Resolved

Page title spacing

Ultra Theme started by Chris Nov 30, 2018 7 replies
Chris Nov 30, 2018 · 12:59 pm #11030

Hi,

Using Ultra Premium and I’d like to know how to reduce the whitespace between the page title and the content please?

Apologies if it’s been mentioned elsewhere but I did have a good search of the forum and couldn’t see what I need.

I did try to adjust the content header padding (I have it set to 10 currently) but there’s a lot of extra space in the header itself.

Can I make it smaller please?

Cheers
TS

Andrew Misplon Puro Nov 30, 2018 · 1:02 pm #11031

Hi Chris

Thanks for posting.

Please, can you send a link to the page, you can use the private reply option.

Chris Nov 30, 2018 · 2:59 pm #11034

This reply has been marked as private.

Andrew Misplon Puro Nov 30, 2018 · 3:03 pm #11035

Thanks, try:

.single .entry-header, .page .site-content > .entry-header, .blog .page-header, .archive .page-header, .search-results .page-header, .search-no-results .page-header, .error404 .page-header {
    margin-bottom: 0;
}

0 can be adjusted to a px value too like 10px.

Chris Dec 3, 2018 · 11:56 am #11052

Hi Andrew,

Many thanks for the swift reply. I’ve added this but it’s not working on subpages, is fine on homepage though?

Did i do something wrong? Have put it into the custom CSS section

Cheers

Andrew Misplon Puro Dec 3, 2018 · 12:01 pm #11053

Glad to hear you’re making progress. It should be working all over, are you sure Meta Slider isn’t adding a margin? On the Planning Simplified page, for example, that spacing is from MS not from the page header. Try:

.metaslider .flexslider {
	margin: 0 !important;
}

to remove that.

Chris Dec 3, 2018 · 12:42 pm #11055

Hi again. That’s great, that’s got that sorted, many thanks Andrew 🙂

Andrew Misplon Puro Dec 3, 2018 · 12:48 pm #11056

Super 🙂 Glad to hear that did the trick.

All the best.

8 posts