Reduce white space between page tittle and content

Hello ! I need help with white spaces be;ow my tittles on every single created page.

Could someone please help me reduce the spacing as seen on the picture below (space between lookbook and the photos).

Here is the link : https://37e58e-bf.myshopify.com/

Thanks! :slightly_smiling_face:

Hi @LUMYO ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

h1.main-page-title {
    margin-bottom: 0 !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @LUMYO

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

h1.main-page-title.page-title.h0.scroll-trigger.animate–fade-in {

margin-bottom: 20px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly