BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › White Space Behind Page Titles
- This topic has 15 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
April 4, 2016 at 3:33 pm #66812@gregcatmullHi,
i have removed my page titles using css code
.page .entry-title { display: none; }
how do I remove the white space that this has now left? I’m using SiteOrigin Page Builder but when i put and element it doesn’t start at the top of the page due to this white space.
Thank you in advance
GregAnswers
April 4, 2016 at 11:59 pm #66841@anveApril 5, 2016 at 4:18 am #66879@gregcatmullApril 5, 2016 at 4:29 am #66880@anveHi @gregcatmull,
Try adding following css in child theme custom css option.
#page .page-header { padding: 0 !important; }
Regards
AnveApril 5, 2016 at 5:12 am #66891@gregcatmullHi Thanks for reply however this doesn’t work.
Please see the following URL: http://www.yourbetsfriend.com/home/
Thanks
GregApril 5, 2016 at 6:45 am #66899@
AnonymousHi @gregcatmull, to hide Homepage title bar you can select template
Front Page Template
from the right side page attribute section.And include this css:
#post-205.post-205.page.type-page.status-publish.hentry { padding: 0 36px !important; }
Regards
April 5, 2016 at 6:51 am #66900@anveHi @gregcatmull,
Try adding following css in child theme custom css option.
article#post-205 { padding-top: 0 !important; } article#post-205 .panel-grid:first-child { padding-top: 0 !important; }
Regards
AnveApril 5, 2016 at 11:15 am #66953@gregcatmullHi,
Still not working, please see http://www.yourbetsfriend.com to see. Title has gone which is good but i still have big white space before first SiteOrigin widget.
this is the current css code that i have put in child theme custom css option:
.page .entry-title { display: none; }
article#post-205 {
padding-top: 0 !important;
}
article#post-205 .panel-grid:first-child {
padding-top: 0 !important;
}Thanks
GregApril 5, 2016 at 1:28 pm #66975@
AnonymousHi @gregcatmull, Glad you were able to get this sorted out..
Regards
April 5, 2016 at 1:38 pm #66976@gregcatmullNo it isn’t sorted, the white space still there…
Still not working, please click http://www.yourbetsfriend.com to see.
thanks
GregApril 5, 2016 at 11:05 pm #67006@anveHi @gregcatmull
Try adding following css to remove white space from http://www.yourbetsfriend.com
.home-page article .entry-content .panel-grid {
padding-top: 0!important;
}
.home-page #content article {
padding-top: 0 !important;
}Regards
AnveApril 9, 2016 at 5:01 am #67521@gregcatmullHi this worked to remove the white space if viewing on desktop but on mobile there is still a thin white line. at a guess around 10px thick, how can i remove that too?
Thanks
GregApril 9, 2016 at 5:24 am #67522@anveHi @gregcatmull,
Try adding following css in child theme custom css.
@media screen and (max-width:480px){ body.home-page article .entry-header { margin: 0; } }
Regards
AnveApril 9, 2016 at 6:38 am #67529@gregcatmullThis doesn’t work either, any other suggestions?
Thanks
GregApril 9, 2016 at 6:44 am #67530@gregcatmullapologies, this has worked, thank you!
- The question ‘White Space Behind Page Titles’ is closed to new replies.