• Resolved Kevin09

    (@kevin09)


    Hello,

    How can I make the menu smaller at the top where also the logo is located. So there is less white under and above the APai logo.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Would you please provide the link of your site?

    Thread Starter Kevin09

    (@kevin09)

    Excuus me. https://premieja.nl

    You have to remove the one line of CSS to remove the white space below the logo. In theme-menu.css file line 17 comment or remove padding: 14px 0;.
    Try yourself once, if not work let me know. I will mentor you in the other way.
    Note: Child theme is recommended to customize theme.
    Thanks

    Hi

    For this use below code in custom css Filed (Theme Dashboard >> appearance>> customize >> header setting >> custom css >> Custom css snippet:)

    .navbar
    {
    padding: 0px !important;
    }

    Thanks.

    Theme Author webriti

    (@priyanshumittal)

    Any Updates on this, did that work, If yes, Can I close this ticket….

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Making the menu on top smaller’ is closed to new replies.