Viewing 2 reply threads
You must be logged in to reply to this topic.
Good Day,
We are having a problem with our logo only in the safari browser. We set the theme to use the left navigation menu, in all the other browsers the logo sits perfectly but in safari it falls to the bottom of the left navigation bar. Please see link to screen shot: https://cmswebdesign.co.za/health/wp-content/uploads/2017/07/tower.jpg
I see this is also happening on your demo: https://codeless.co/tower/default/agency-left-navigation-sliding/ (Look in Safari)
Please let me know how this can be fixed?
Thanks
Hello,
Thank you for noticing this.
Please go to file style.css and find these lines:
#logo img {
max-width:none;
top:50%;
position:relative;
}
(under /*------- Header --------*/
).
Comment out position. Edit the line to this: /*position:relative;*/
Save changes.
Best regards!
Good Day,
Thank you very much. The problem has been resolved:)
Kind Regards
You must be logged in to reply to this topic.