hey guys
i love the spacing that I have between my navigation links, but on tablet and some other screens its completely off. is there any way to make sure the spacing and formatting is correct across all screens? thanks
Hey jdrakeproductions,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1024px) and (min-width: 769px) {
.av-main-nav > li > a {
padding: 0 30px;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
hey guys
i’m still having issues on my tablet when it is in the landscape position. navigation still isn’t formatted correctly. let me know if you have any other ideas. thanks
Hi,
you need to adjust media queries, as Yigit already mentioned. Refer to this site for more information about it: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Ask plugin’s author about this issue too, if you still need help.
Best regards,
Andy