How to make header image stretch to full width of page

Hi! On either side of my header image, there are white bars where the header doesn’t reach. I was wondering if there was a way to make the image stretch all the way to the end. Any coding help is appreciated!

Here is my shop. I’m using Colorblock theme.

Hello @hushbug ,

It’s GemPages support team and glad to support you today.

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Hi [email removed]Hushbug,

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

:root{
--page-width:100% !important
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

3 Likes