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

Solved

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

dtffox
Excursionist
13 1 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.VF Image width.jpg

Accepted Solutions (4)

BSSCommerce-HDL
Shopify Partner
2305 848 1062

This is an accepted solution.

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 </head> tag:

<style>
.shopify-section.pxs-image-with-text-section {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1726026209559.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1738 522 584

This is an accepted solution.

@dtffox,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
#shopify-section-template--16186807451727__pxs_image_with_text_overlay_pT46Vp {
  padding: 0!important;
  margin-left: 0!important;
  margin-right:0 !important;
  max-width: 100%!important
}
</style>

 

Result:

BSSCommerceB2B_0-1726026495346.png

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

Best Regards 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1738 522 584

This is an accepted solution.

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

<style>
.shopify-section.pxs-image-with-text-section {
     padding: 0!important;
     margin-left: 0!important;
     margin-right:0 !important;
     max-width: 100%!important
}
</style>

 Result:

BSSCommerceB2B_0-1726108593208.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

dtffox
Excursionist
13 1 5

This is an accepted solution.

Thank you so much!

View solution in original post

Replies 8 (8)

BSSCommerce-B2B
Shopify Partner
1738 522 584

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

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1738 522 584

This is an accepted solution.

@dtffox,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
#shopify-section-template--16186807451727__pxs_image_with_text_overlay_pT46Vp {
  padding: 0!important;
  margin-left: 0!important;
  margin-right:0 !important;
  max-width: 100%!important
}
</style>

 

Result:

BSSCommerceB2B_0-1726026495346.png

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

Best Regards 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

dtffox
Excursionist
13 1 5

Thank you very much. Worked perfectly!

BSSCommerce-B2B
Shopify Partner
1738 522 584

@dtffox , glad to help you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

dtffox
Excursionist
13 1 5

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!

BSSCommerce-B2B
Shopify Partner
1738 522 584

This is an accepted solution.

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

<style>
.shopify-section.pxs-image-with-text-section {
     padding: 0!important;
     margin-left: 0!important;
     margin-right:0 !important;
     max-width: 100%!important
}
</style>

 Result:

BSSCommerceB2B_0-1726108593208.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

dtffox
Excursionist
13 1 5

This is an accepted solution.

Thank you so much!

BSSCommerce-HDL
Shopify Partner
2305 848 1062

This is an accepted solution.

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 </head> tag:

<style>
.shopify-section.pxs-image-with-text-section {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1726026209559.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now