- This topic has 3 replies, 2 voices, and was last updated 2 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Signify Pro › Remove Main Content Title and blank space
Tagged: css
Hi website https://www.germcrazynewstrain.com/ using signify-pro dark. We want to remove the blank vertical space between the header and the menu and under the menu on the non home pages.
This area under the menu has the content title (that will be switched off) but still leaves several lines of blank space.
I understand by adjusting the theme.css file I can do this, where does this change need to be made?
Thanks and regards.
I have been through and removed the padding from lines 3895, 3896,9939 and 9954 and the result when in chrome inspect mode is what is wanted. But when not in inspect mode the white space comes back again.
@ALPHAJOMEGA, please add this CSS in the Additional CSS to adjust the space between the header and the content
@media only screen and (min-width: 85.375em){
body:not(.home).page .site-content > .wrapper {
padding: 30px 30px;
}
}
@media only screen and (min-width: 103.75em){
.page .site-main .entry-header{
margin-bottom: 30px;
}
}
You can adjust the value of the margin and padding as per your requirement
To add this CSS, please watch the screen record
https://www.awesomescreenshot.com/video/7240473?key=c00164e73b7317bb29e1f7bf1e80e9f3
Thanks that worked perfectly!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |