Post page layout is duplicated

Hello there,
this is the first time I have ever used cornerstone and ThemeX. I have a site that I am supporting. The blog summary page is duplicating the entry. Im am not familiar with how to correct this.

Website

Also the actual Blog post itself is bleeding into the header area. How and where do I fix this issue as well. Thank you for the assistance.

Blog post

Hi There,

Please navigate to X > Theme Options > Ethos > POST SLIDER – BLOG > switch to OFF:

Please add this custom CSS under X > THeme Options > CSS:

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: auto;
}

Hope it helps :slight_smile:

1 Like

Thank you buddy!