Menu - by Paycheck85 - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Eva Kemp

  • Avatar: Paycheck85
    Paycheck85
    Participant
    December 8, 2016 at 14:56

    How can i change the size of the menu, underneath the logo there is too much white area.
    https://gyazo.com/86e1837eccce7d205ad6cc749be1e734
    I can add this .navbar {
    padding: 0px 5 !important;
    }

    But it only change the upper white area, not the lower area under the logo.

    Thnx

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 8, 2016 at 15:03

    Hello,

    Please add this code in Custom CSS:

    .navbar {
        padding: 8px 0px;
    }

    Regards,
    Rose Tyler.

    Avatar: Paycheck85
    Paycheck85
    Participant
    December 8, 2016 at 15:17

    Thank you for fast reply. unfortunately it didnt work out.
    https://gyazo.com/4f41a4bfc61fae75bd79e19e3d1d5052

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 8, 2016 at 15:24

    Hello,

    Please, try this code:

    .breadcrumbs-type-9 .page-content.sidebar-position-without.sidebar-mobile-bottom {
        margin-top: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Paycheck85
    Paycheck85
    Participant
    December 13, 2016 at 16:38

    it works for the homepage but for the other pages it doesnt work. Can i solve it for every page?

    Avatar: Eva
    Eva Kemp
    Support staff
    December 13, 2016 at 20:41

    Hello,

    Please try this css code:

    .navbar {
       padding: 0px 0 !important;
    }
    .bc-type-5 {
        padding: 10px 0 !important;
    }
    .page-content {
       margin-top: 10px;
    }

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 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.