- This topic has 12 replies, 3 voices, and was last updated 7 years, 9 months ago by Andrew Misplon.
- AuthorPosts
- July 17, 2016 at 10:47 pm #4131
tobywanParticipantI can’t seem to find the setting to remove the white bar area below the header.
Website: http://www.crownofthecarolinas.org
July 18, 2016 at 6:12 pm #4169
Andrew MisplonKeymasterHi 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.
July 19, 2016 at 4:07 am #4174
tobywanParticipantWorked to perfection! What’s better than a support board where devs answer you questions correctly? Not much!
July 19, 2016 at 11:52 am #4175
Andrew MisplonKeymasterSuper 🙂 Really glad to hear that helped. If any further questions come up, let us know.
All the best 🙂
February 17, 2017 at 10:14 pm #5975
workingthruthenightParticipantHi 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!
February 17, 2017 at 10:21 pm #5976
Andrew MisplonKeymasterSure, 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; }
February 18, 2017 at 12:05 am #5977
workingthruthenightParticipantThis reply has been marked as private.February 18, 2017 at 12:07 am #5978
Andrew MisplonKeymasterHi, 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.
February 18, 2017 at 12:15 am #5979
workingthruthenightParticipantThis reply has been marked as private.February 18, 2017 at 12:17 am #5980
Andrew MisplonKeymasterNo 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.
February 18, 2017 at 12:19 am #5981
Andrew MisplonKeymasterAt 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?
February 18, 2017 at 12:23 am #5982
workingthruthenightParticipantThis reply has been marked as private.February 18, 2017 at 12:26 am #5983
Andrew MisplonKeymasterSorry, I thought you had already, you can reach me on [email protected]. Thanks.
- AuthorPosts
You must be logged in to reply to this topic.