- This topic has 2 replies, 2 voices, and was last updated 10 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Education Hub › Padding between Header and Content
Tagged: padding on pages
Hello,
I am creating a school website in a test environment before making it live (tweenietots2.co.uk/longmoorcps) and have found that something I’ve probably done has caused the content/sidebar on pages (not Home) begins directly under the Header, which doesn’t look good. Can you tell me what I’ve done wrong, and how I can fix it?
Thanks
Hello @lukerimmer
For the solution you need to add custom CSS.
To add custom CSS you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
Here you need to copy and paste below custom CSS.
.home-content-not-enabled .site-content {
padding: 40px;
}
Hope this will help to resolve your issue.
Let us know how it goes.
Best Regards!!!
Like a charm. Thanks for your help.
| 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. |



