How can I align the content on my blog pages to the left?

Hi, this is my website and an example blog post: https://senxios.com/blogs/articles/a-complete-beginners-guide-to-pc-bottlenecks-and-how-to-stop-them-forever

And this is what I want the alignment to look like : https://neilpatel.com/how-to-start-a-blog/

How can I achieve this, is there code that I can edit?

I am using the motion theme by the way.

Thank you for your help in advance.

@senxios

  1. Go to your store Assets > theme.css or theme.css.liquid and paste the lines at the bottom of the file
article.grid__item.medium-up--two-thirds.medium-up--push-one-sixth.article {
    left: 0;
}


If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

1 Like

Thank you so much, I really appreciate your help