Hi there,
i have installed a standard template for a customer and only changed the colours of the images, not sizes,coding or anything.. but in IE it shows like the image attached.
(circled in red the issue)
why is this?
i have installed a standard template for a customer and only changed the colours of the images, not sizes,coding or anything.. but in IE it shows like the image attached.
(circled in red the issue)
why is this?
Attachments
untitled.PNG (13.05 KiB) Viewed 1478 times
This is the same in an untouched default template.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I have noticed this also but I have also seen that if you have some other tabs open and change back and fourth they go back to where they should be. In other words the margin gets put back on.
This might have something to do with it...
http://en.wikipedia.org/wiki/Internet_E ... _model_bug
Which version of IE?
http://en.wikipedia.org/wiki/Internet_E ... _model_bug
Which version of IE?
PM me for custom OpenCart template design and development.
Open your stylesheet (opencart\catalog\view\theme\default\stylesheet\stylesheet.css) and look for the following:
Change it to:
Should look evenly spaced in IE now.
Code: Select all
#header .div4 .split {
position: relative;
top: 14px;
margin-left: 15px;
margin-right: 15px;
}
Code: Select all
#header .div4 .split {
position: relative;
top: 14px;
padding-left: 15px;
padding-right: 15px;
}
PM me for custom OpenCart template design and development.
Who is online
Users browsing this forum: No registered users and 2 guests