• Resolved zachattack7731

    (@zachattack7731)


    Hello!

    I want to remove the padding in between the header image and the menu in this site:

    http://www.wsuab.com

    Does anyone have ideas on how to make this happen? I can’t find where to edit this in the CSS code. If you need any more information, let me know.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s padding in two places:

    .content .content-pad {
        padding: 15px;
    }
    
    .section-navbar .content-pad {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    Be sure that you are using a custom CSS option or plug-in or a Child Theme to make any changes to your theme files.

    Thread Starter zachattack7731

    (@zachattack7731)

    That worked! Thank you SO much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing Padding’ is closed to new replies.