How can I adjust the blog post margins on the Impulse theme?

Hi,

The blog post’s page margins are too wide on the Impulse theme.

How can I change to margins for all blog posts?

-KJ

Hello There,

Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.

1 Like

I managed it myself! Sorry.

I created it by:

  1. Assets → theme.css

  2. Added the margins for left and right:

@media only screen and (min-width:769px){

.article__body{
    margin-bottom:30px;
    margin-left: 125px;
    margin-right: 125px;
}