boab

Registered
My users are complaining about the layout when they use Ipad (safari) to view the forum, I will attach a screen shot to show the problem. The logo is larger and it seems to be clipping into the nav bar. Any pointers greatly appreciated.
http://i.imgur.com/dCK7gW3.png
dCK7gW3.png
 
We hide the social links at the "wide" XenForo width which is about 800px by default. Due to the size of your logo you'll need to put this in your extra.css to hide those social links sooner:

Code:
@media(max-width:1040px) { #logoBlock .xbSocialLinks { display: none; }

Let me know if that helps
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back