Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #927800

    can I use quick css to chance the space between the drop down text items in the header menu?

    #927929

    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

    #928002

    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)

    #928376

    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

    #929006

    hej Rikard :0) virkede fint tak. skulle bare ha !important; efter

    #929513

    Hej Carsten,

    Godt! :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.