-
AuthorPosts
-
June 23rd, 2017 at 17:41 #48192
I’ve removed the Page Title with the following code:
.page .type-page .entry-title { display: none;
}But now there is a big blank space between the menu bar and the page content where the page title used to be.
How do I lessen that? It’s on both my “Reviews” page & my “About Us” page.Thank you.
Website: sodawax.com
July 2nd, 2017 at 15:40 #48825ZedCryout Creations mastermindThe theme has a built-in option to hide page titles.
The space you want to remove is mostly part of the above content widget area (which you use to display the banner image). You can reduce its margins with:
#main .content-widget-before, .content-widget-before > section { margin: 0; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 11th, 2017 at 03:17 #54756Is there another CSS code to try? I tried the suggested, with no luck:
#main .content-widget-before, .content-widget-before > section {
margin: 0;
}I also tried this one:
#content {
padding-top: 0!important;
}
.page-header {
padding: 0;
}Also tried:
#main {
padding-top: 0;
}#content .entry-header {
display: none;
}I tried putting all of them (separately) in the custom CSS section of the customizer, and also in Nirvana’s “misc. settings” in the custom CSS section.
I also tried to put all of these (separately) in the CSS code into the styles.css stylesheet (I know it isn’t advised to make changes here, as they can get lost with updates, but the other options didn’t seem to work.)
Loading the code there didn’t work either.
Website: www.freeingtomorrow.com
October 15th, 2017 at 14:57 #54857ZedCryout Creations mastermind@FreeingTomorrow, the styling I gave applies to Septera.
What are you trying to customize in Nirvana?If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Help with Padding? Maybe?’ is closed to new replies.