Very Weird - Missing Character - only in IE

Well-designed restaurant Joomla template with parallax effect.
GK User
Fri Jan 16, 2015 12:26 pm
Hi


This is a very weird one....

On the hompage of http://www.joomdev.me/grandgrill at the bottom of the page just above the location map is a subscribe module, in IE the 'e' is missing from the button - but only in IE.

Does anyone have any ideas?

TIA
User avatar
Gold Boarder

GK User
Fri Jan 16, 2015 1:09 pm
Ok I have found the relevant css..

.box.newsletter input[type="submit"] {
float: left;
height: 45px;
line-height: 45px;
padding: 0 15px;
width: 30%;
}

Changing the width to 32% fixes it but adding the code to the override.css does not work, can someone point me to the right place?
User avatar
Gold Boarder

teitbite
Sat Jan 17, 2015 5:32 pm
Hi

Please check if override is enabled in template settings or add the override directly to the field next to enabling button.
User avatar
Moderator

GK User
Sun Jan 18, 2015 5:52 am
HI

The overide is selected and has lots in it, for some reason IE isnt seeing it.
User avatar
Gold Boarder

GK User
Sun Jan 18, 2015 6:17 am
Hi

I tracked the cs down to the template.css, even changing it there does not work, Firebug show the code being overridden by css at /grandgrill/ #5 line 69

It looks like it's compressed but all compression is off, any ideas?
User avatar
Gold Boarder

teitbite
Mon Jan 19, 2015 6:20 pm
Hi

I can see this code being loaded from an override field in template, but please change it to:

Code: Select all
.box.newsletter input[type="submit"] {
    float: left;
    width: auto !important;
}
User avatar
Moderator


cron