Resolved

White Bar Beneath Header

Ultra Theme started by tobywan Jul 17, 2016 12 replies
Andrew Misplon Puro Jul 18, 2016 · 6:12 pm #4169

Hi tobywan

Thanks for reaching out and for the wait.

I’ll introduce this as a page level setting ASAP. For now, please insert the following at Appearance > Custom CSS:

/* Home */
.home.siteorigin-panels-home .site-content, .page-template-home-panels .site-content {
	padding-top: 0;
}

Let me know how that goes.

tobywan Jul 19, 2016 · 4:07 am #4174

Worked to perfection! What’s better than a support board where devs answer you questions correctly? Not much!

Andrew Misplon Puro Jul 19, 2016 · 11:52 am #4175

Super 🙂 Really glad to hear that helped. If any further questions come up, let us know.

All the best 🙂

workingthruthenight Feb 17, 2017 · 10:14 pm #5975

Hi Andrew,

This worked for me as well but all of my other pages have the white as well. How can I remove this white bar from all of my pages? Is there a global CSS script to use?

I tried to modify your script inserting my other page names and it didn’t work for me.

Thank you!

Andrew Misplon Puro Feb 17, 2017 · 10:21 pm #5976

Sure, you can try:

.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;
}
workingthruthenight Feb 18, 2017 · 12:05 am #5977

This reply has been marked as private.

Andrew Misplon Puro Feb 18, 2017 · 12:07 am #5978

Hi, I’m not seeing the new rule in your Custom CSS. Do you perhaps have a caching plugin running? If so, please, clear it. Thanks.

workingthruthenight Feb 18, 2017 · 12:15 am #5979

This reply has been marked as private.

Andrew Misplon Puro Feb 18, 2017 · 12:17 am #5980

No problem 🙂 Would you perhaps like to shift over to using email. You’re welcome to being a premium user. We offer private replies here on the forum to send passwords but if you want the thread to be private then email is best.

Andrew Misplon Puro Feb 18, 2017 · 12:19 am #5981

At the moment, I can see the following in Appearance > Custom CSS:

/* Header */

.site-header .site-branding-container {
	max-width: 40%;
}

.main-navigation {
	max-width: 60%;
}

/* Home */
.home.siteorigin-panels-home .site-content, .page-template-home-panels .site-content {
	padding-top: 0;
}

Is the last rule also there when you view it?

workingthruthenight Feb 18, 2017 · 12:23 am #5982

This reply has been marked as private.

Andrew Misplon Puro Feb 18, 2017 · 12:26 am #5983

Sorry, I thought you had already, you can reach me on [email protected]. Thanks.

13 posts