Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #486271

    Hello,

    My logo and navigation looks good in my header on the desktop, phone and tablet/portrait view (I have it set to go to mobile menu). But on the tablet in landscape view (turning the tablet sideways), the text links come back and collide with the logo. I tried making the logo smaller but that didn’t do it. And I don’t have a crazy amount of links either (just six). Sending the link in the private content box.

    Thanks for your help! It would be great if maybe the links could pop below the logo in that view and center up.

    Thanks,
    Pete

    #486437

    Hey Pete!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1210px) and (min-width: 989px) {
    .logo * {
        max-width: 73%;
        top: 5px;
    }}

    Cheers!
    Yigit

    #486606

    Thank you! Works great… appreciate it.

    Pete

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation Collides with Logo on Tablet/Portrait View’ is closed to new replies.