Change main menu size - by groubee - on WordPress WooCommerce support

This topic has 7 replies, 4 voices, and was last updated 8 years, 10 months ago ago by Robert Hall

  • Avatar: groubee
    groubee
    Participant
    June 2, 2015 at 22:18

    Hi

    How can I change the header main menu size? both on top of slider on frontpage and in the scrolling down menu?

    Best regards
    Tonny

    6 Answers
    Avatar: stan
    Stan Russell
    Participant
    June 3, 2015 at 09:17

    Hello,

    please show us on screenshot how you want to change menu for header and fixed header.

    Regards,
    Stan Russell.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 3, 2015 at 09:52

    Hello,

    Please add this code in custom.css file:

    .menu > li > a {
     font-size: 16px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: groubee
    groubee
    Participant
    June 3, 2015 at 14:43

    Hi Eva

    Thanks it works, but the is something wrong with the space between the menu items + the space between logo in the left side and the beginning of the menu? should the menu not be in the middle of the screen?

    See https://www.dropbox.com/s/0ss1t8yepcmqf5e/menu%20space.png?dl=0

    Best regards
    Tonny

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 3, 2015 at 16:46

    Hello,

    Please add this code in custom.css file

    @media (min-width: 768px){
    .navbar-collapse.collapse {
      padding-left: 50px !important;
    }}

    Regards,
    Robert Hall.

    Avatar: groubee
    groubee
    Participant
    June 3, 2015 at 19:12

    thanks!! it works

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 3, 2015 at 19:26

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.