Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #125930
    Bas
    Participant

    Hello,
    /
    How can I discrease the white space between the menu items in the primary menu?
    Now the menu items have to much white space and could also placed more to the right.

    Sitename is http://www.beijes.nl

    Kind regards,

    Bas Beijes

    #125963
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    .header-sidebar .widget ul.menu a {
    	padding: 0 5px;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #125971
    Bas
    Participant

    Hello Tikaram,

    Thank you for the code. It works fine.

    I now even made it bold.

    Is it possible to move the menu in total more to the right?

    So there is less white space on the right side.

    With kind regards,

    Bas Beijes

    #125974
    Bas
    Participant

    Hello Tikaram,

    I was forgotten to mention.
    Is it also possible to move the menu to the bottem of the header?
    Next to the green words of the picture.

    With kind regards,

    Bas Beijes

    #126084
    tikaram
    Participant

    @basbeijes : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 990px) {
    .header-sidebar {
    	padding-top: 85px !important;
    }
    #masthead #hgroup-wrap {
    	padding-bottom: 0 !important;
    }
    }

    Let me know if this works or not.

    Regards,
    Tikaram

    #126102
    Bas
    Participant

    Hello Tikaram,

    Thank you for the help.

    Is there a way to move the menu more to the right, so the last menu item (verhuur) is more to the right border?

    With kind regards,

    Bas Beijes

    #126122
    tikaram
    Participant

    @basbeijes : Replace the previous css with the following css.

    @media only screen and (min-width: 990px) {
    .header-sidebar {
    	padding-top: 85px !important;
    }
    #masthead #hgroup-wrap {
    	padding-bottom: 0 !important;
    	padding-right: 0;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Space between menu items’ is closed to new replies.