• Resolved lizziejoycee

    (@lizziejoycee)


    Does anyone know how to decrease the padding size between the site title & primary navigation menu? I have tried so many CSSs but with no luck.

    Thanks all!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi again,

    To do this you can use this code:

    
    .site-title-wrapper {
        padding-bottom: 0px;
    }
    

    This will basically eliminate the padding between the logo and the menu buttons. If the padding is decreased too much, simply increase the padding-bottom value.

    Once again, note that this code will work on a clean installation of the Uptown Style theme, and it may not work in case of modifications or changes made to your website

    I hope this helps, have a nice day,
    Andrija

    Thread Starter lizziejoycee

    (@lizziejoycee)

    Thank you so much, that worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding between site title & primary navigation menu’ is closed to new replies.