White space between body and footer

Hello, One of my favorite themes is the X theme.
One issue I have is that there is a 1/2 inch white space which displays below the body and above the footer. It probably is below the header and above the body also. I have some css which works perfectly to correct this on the Pro theme, but it does not work on the X theme.
Is there any way to remove this white bar without css? If css is required, what css should I use?
Thanks for your help.

https://www.temporaryserver2.com/ (Temporarily the site is here)

Hi Ian,

There is a 50px top and bottom padding in the entry content area for the icon stack pages that are set with the Fullwidth template.

To override that, please add this code in X > Theme Options > CSS:

.page .hentry .entry-wrap:last-child {
    padding: 0;
}

Hope this helps.

Hello, This is my problem too but the CSS code didn’t work in my case. Any reason why?

theprairiecreekinn.ca

Working on the Pro Theme FYI

Hello Jade, That works perfectly! Thanks.

Hello Tracey,

Please create a new ticket as posting on a ticket created by a different user causes lot of confusion which slows down the response time. For a faster response time without creating confusion, please create a new ticket.

Thanks for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.