Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also having issues with this plugin working in IE. In every other browser it works great though and I love the plugin. Is there anything that I can do?

    Thanks

    Hello Scaletrainer. I never heard back from the plugin developer but I asked the theme developer if he could help and as they are simply outstanding with their support (http://www.goldenworks.eu/support/) they managed to solve the problem. I guess it depends on the theme and many other factors but in case it helps, here is what they suggested which worked a treat:

    You should just split your code content where you have introduced the header information in 2 columns, left floated.

    For example:

    ‘<div class=”hcol-left”>
    company name
    1st line addressbr />
    City and postcode
    England
    United Kingdom
    </div>

    <div class=”hcol-right”>
    Some contact detail
    T: 0123 345 567
    F: 012345 6789
    Out of hours: 07891 123234
    E: eMail Us
    </div>
    Then inside style.css you can add your own custom css, like this:

    .hcol-left, .hcol-right {
    float:left;
    width:218px;
    }
    Change the width to another value if needed(you might want to decrease it).‘

    I hope it helps you.

    Regards

    Bahman

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Internet Explorer issues’ is closed to new replies.