hmm, no. it also has this option when i make the site bigger. do i have to ad a “media” selector to it? how do i do that?
media=tablet ? then apply the css code.
Fixed it.
add this to your quick CSS settings:
.responsive .main_menu ul:first-child > li > a { padding: 0 4px !important; }
you can change the 4px for your desired setting.
When i change the digit to a smaller digit. the menu dissapears when i make the site smaller.
I looked in the css code and maybe i found a solution. when the menu is over the logo i can change the padding of the menu items in the tablet view.
from 10px to 4px. Do you know how i can overrule this? I placed the original code under it. Its in layout.css on line 2687
media=”screen”
layout.css:2685@media only screen and (max-width: 989px) and (min-width: 768px)
.responsive .main_menu ul:first-child > li > a {
padding: 0 10px;