- This topic has 3 replies, 2 voices, and was last updated 4 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 › University Hub Pro › Remove spacing in header and footer
Hello
I want to remove the spacing in the top of the page and the footer. How do I achieve this?
Please see
https://prnt.sc/wk33f2 (Header)
https://prnt.sc/wk33z0 (footer)
I have marked the said area in red.
Thank you
Hello @william
I guess the boxed site layout is activated in the theme. Please change the boxed to fluid in the site layout.
Please see screen record
https://www.awesomescreenshot.com/video/2323744?key=ecce9955651b57f00eb2b6bf4ed3a0ef
if you want to remove space from the header and footer within the boxed layout. Please share the site URL.
Regards,
Psink
Hello
Here is the link
https://cutt.ly/9jxHw5G
I want to use the Boxed layout.
Hello @William
Please add this CSS in the theme to remove the top and footer space
.site-layout-boxed #page {
margin-top: 0;
margin-bottom: 0;
}
To add the above CSS Go To Admin panel >> Appearance >> Customize >> Additional CSS, here paste the above CSS and published.
Have a good day
Regards,
Psink
| 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. |



