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.
Try this:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
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