Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Having issues with safari. Reply To: Having issues with safari.

#240321
nickp87
Participant

Hi Paulie.

Yes very sorry, posted in a rush and the post isn’t very helpful.

Some specifics.

I am using safari for windows v5.1.7 but the issue is also present on ipad.

The issue i am having is the positioning of 1 element, which is only happening in safari, it is a small drop down so users can select currency, this is placed in my WP theme via the header.php.

The code i am using is

div class="currencytop" style="right: 85px; top: 6px; width: 9%;"><?php echo do_shortcode('[woocs]'); ?></div>

I have had to style the code to get it to a position i was happy with and it looks OK in all browsers except safari.

You can see the offending element on my homepage here (top right on chrome but shifts under the social icons in safari) http://escapeandco.com/

Thanks