How can I adjust the gap between sections on my About page?

Hello,

I am trying to change width between to sections on my shopify page.

The page I am trying to change is my “About” page - the width between the two rich-text sections so that the gap is smaller between the two.

Any help is greatly appreciated.

My website is: cryptoalgos.net

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.main-content .rich-text{padding:50px 0 40px}
.main-content .rich-text .medium-up--two-thirds{width:100%;left: 0;padding-left: 0;}

@emil150j

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#about .rich-text {
    padding: 50px 0px;
}

Thank you it worked!

I have one more question if you don’t mind. On my product page “pricing”, I am trying to change the “cryptoalgosolutions” to “cryptoalgos” or just deleting it. Do you have any idea as to how to do that?