Home › Forums › WordPress Themes – Premium › Encounters › White space › Reply To: White space
November 2, 2014 at 8:58 pm
#20602
Moderator
Good morning….Not sure of the area you are referring to but will assume you mean the content and breadcrumbs area. The CSS that does this is around line 224 of the style.css file which looks like this:
#content-wrapper {
padding:30px 0 50px;
border-bottom:7px solid #bf7b7b;
font-size: 12px;
font-size: 0.750rem;
line-height: 22px;
line-height: 1.375rem;
color:#787b7f;
}
The padding is the part that you want to override with your own custom CSS.
As for the space where the edit link is, hard to say because that is located in different positions, but the above method might help. Also, if you do not use the “edit” link (which only shows when you are logged in), you can disable that by going to Appearance >> Customize >> Basic Settings >> Hide Edit Link