Empire Theme - How to make the background image of Image with text section full width?

Topic summary

Goal: Make the background image in the Empire theme’s “Image with text” section span the full width while keeping the current height.

Solution: In Shopify Admin, go to Online Store > Theme > Edit code, open theme.liquid, and insert custom CSS before the closing tag. The exact CSS isn’t visible in the transcript, but it enforces a full‑width background while preserving height.

Outcome: The change worked as intended and was confirmed by the requester.

Follow-up: Extend the same full‑width behavior to the banner image at the top of the Contact page.

Update: A revised code snippet was provided to apply to both pages; success was confirmed.

Notes: There was an initial access issue due to an incorrect storefront password; a new password was later provided for the Contact page. Screenshots illustrate before/after; the code blocks are central but their contents aren’t shown here.

Status: Resolved. Actionable edit to theme.liquid implemented; no open questions remain.

Summarized with AI on December 19. AI used: gpt-5.

https://vinylfoxusa.com/pages/ranger

Password- VINYL2023!

I would like to make the background image cover the full width and the height stay the same height it is now.

Thank you in advance.

1 Like

@dtffox , your password is wrong. Can you provide it again?

Hi @dtffox ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


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:

1 Like

@dtffox ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Result:

If it helps you, please like and mark it as the solution.

Best Regards :heart_eyes:

1 Like

Thank you very much. Worked perfectly!

1 Like

@dtffox , glad to help you :blush:

That worked perfect. Now I have another request for the image at the top of the contact page. I would like it to be full width as well.

https://vinylfoxusa.com/pages/contact

Password - VINYL2024

Thank you in advance!

1 Like

@dtffox , change the code like this, it will apply for two pages


Result:

1 Like

Thank you so much!