Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84014
    Elyunn
    Member

    I manage a rehabilitation and rescue site for dogs in the Cleveland, Ohio area.
    I’m trying to fix spacing/padding issues on my site.
    Cleveland Dog Rescue and Rehabilitation Center

    Basically I would very much like to reduce the spacing between the logo/header between the social media links and the top of the website page.

    I would also like to reduce the spacing between the menu options and the social media links. Is this possible?

    #84039
    Mahesh
    Keymaster

    Hi @Elyunn,

    Yes, this can be achieved with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #masthead {
        padding-top: 0;
        padding-bottom: 10px;
    }
    
    #site-branding {
        padding: 0 20px;
    }
    
    .sidebar.sidebar-header-right.widget-area{
        padding: 0 20px;
    }

    Regards,
    Mahesh

    #84359
    Elyunn
    Member

    This is perfect. Thank you so much!!

    #84437
    Mahesh
    Keymaster

    Hi @Elyunn,

    Thank you for your appreciation.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing Padding Changes’ is closed to new replies.