Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #210066

    I need to reduce the white space between the bottom line of the header/nav bar and the content of the page. I do not know what CSS code to edit or where to change or add the CSS code.

    This is the site I need to reduce that space on http://movingmindsprep.com

    Any help is greatly appreciated.

    #210145

    Try this:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    #210152

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .content { padding-top: 10px; }


    @apartedenmark
    thanks!

    Cheers!
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to reduce the heigth between the header line and the text on the page’ is closed to new replies.