Adjusting Section and Header

How do I move the section up and how can I make the header text box height fit to text so there isn’t a 1/2 gap?

Hi Jordan,

To move up the section, you need to add this little CSS code in your Pro > Theme Options > CSS

.page .hentry .entry-content {
	margin-top: 0;
}
.hentry .entry-wrap {
	padding: 0;
}

Regarding the header text box, can you explain more what you are trying to achieve, providing screenshots is a big help.

Please note that providing custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third party developer.

Hope that helps and let us know how it goes.

Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.