Home Forums Pro Themes University Hub Pro Remove spacing in header and footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #142437
    William Gurumayum
    Participant

    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

    #142459
    Psink
    Keymaster

    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

    #142498
    William Gurumayum
    Participant

    Hello
    Here is the link
    https://cutt.ly/9jxHw5G

    I want to use the Boxed layout.

    #142500
    Psink
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.