can I use quick css to chance the space between the drop down text items in the header menu?
Hey carstenstrandvad,
I think you should be able to do that yes, what exactly are you looking to change? Please try to be as specific as possible or post a screenshot highlighting your intentions.
Best regards,
Rikard
Let med try to explain better. (how do I post a photo?) At the header menu, I have sub menus. If you look at my website under the header link “SELSKABER” under that link there are 11 links. The space between each link are to big, is it possible to make that space smaller with quick css?
Hope you understand, Im Danish :0)
Hi Carsten,
Thanks for the explanation, please try this in Quick CSS to reduce the padding of the sub menu items:
.av-main-nav ul a {
padding: 0 15px;
}
If you want more space then change the value 0 to a pixel value of your choice, for instance 5px.
I understand you just fine, jeg er svensker :-)
Best regards,
Rikard
hej Rikard :0) virkede fint tak. skulle bare ha !important; efter