Tagged: x
-
AuthorPosts
-
June 9, 2016 at 9:32 pm #1035158
nexus77ParticipantI have read and tried multiple css adjustments on these forums, and nothing I do seems to help me eliminate the large white space between the title and the top menu on pages like the ones below. I would like to eliminate that space on the entire site. Thanks so much!
http://transformationmemphis.com/eating_disorders_main.html
http://transformationmemphis.com/adolescent-eating-disorder-summer-program.htmlJune 10, 2016 at 1:00 am #1035366
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.page .entry-wrap { padding-top: 0; }The remaining gap is the Title’s top margin. So if you need to remove or adjust that gap as well, you can update your title code to this:
<h1 style="text-align: center;margin-top:5px;" align="center">Memphis Eating Disorders Info, Help, and Resources</h1>Hope it helps, Cheers!
June 10, 2016 at 10:09 am #1035985
nexus77ParticipantTHANK YOU!!! 🙂
June 10, 2016 at 10:12 am #1035989
nexus77ParticipantIs there a way to do this globally? I tried the global css entering
h1, h2, h3 {
margin-top:0;
}but that didn’t seem to work. Trying to do what you did here, but sitewide:
<h1 style=”text-align: center;margin-top:5px;” align=”center”>Memphis Eating Disorders Info, Help, and Resources</h1>June 10, 2016 at 4:47 pm #1036482
DarshanaModeratorHi there,
Try adding the following CSS rule.
h1, h2, h3 { margin-top:0 !important; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1035158 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
