Add top margin space to one page

I’d like to add some top margin space to the top of just the blog index page. (Want to keep the featured images on the post pages to be full bleed top and sides)

Hi Dave,

I am not sure if I understood the case correctly, If you want to add a margin only at the top of the blog page you will need to add the CSS code below to X > Theme Options > CSS:

.blog .x-container {
    padding-top: 100px;
}

If you think of another case, would you please kindly get back to us with more detailed information and screenshot to follow up?

Thank you.

Perfect, thank you!

On an unrelated question…how do I enable comments on posts created using Cornerstone?

Hi Dave,

The theme does not have an option for the blog posts comments and it uses the same WordPress options. Please kindly go to WordPress Dashboard > Settings > Discussion and enable the comments by checking the Allow people to post comments on new articles option.

Thank you.

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