Blog entry text

Hi, I followed instructions here to change the blog layout which is great - https://theme.co/apex/forum/t/product-image-size-back-to-full-size/32137

however, the post content seems to be indented underneath, is there a way to move it back to the left margin so the post is full width?

Thanks in advance!

Hello @katriley,

Thanks for writing in!

Please add following CSS under X > Theme options > CSS:

.single-post .entry-wrap {
    padding-left: 0px !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you so much!

You’re more than welcome, glad we could help.

Cheers!

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