Reduce padding on page title & paragraph break - Ira theme

  1. I would like to reduce the padding on the top and bottom of the page title on every Shopify page (meaning any page that we create via Online Store>Pages, not the theme homepage). Example is above and below “Design Services.” on the attached photo.

  2. I would also like to make the spacing between lines smaller for paragraph breaks (where you press enter twice to get an empty line in between text). Example is below the Heading “Packages” on the attached photo.

Any help would be greatly appreciated!

@hlycoyle

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thank you! It is: https://graestudiodesign.com/

@hlycoyle

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
header.page__header {
    margin-bottom: 0;
}