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
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
Thank you! Works great… appreciate it.
Pete