Full width image on product page

Full width image on product page

EthanOSHOP
Explorer
71 0 14

I am trying to make an image full width on my product page, but I can't figure out the code required.
Does anyone know how to do this?
url is tenora.co


Image 05-06-2024 at 22.25.jpeg

Replies 6 (6)

BSSCommerce-HDL
Shopify Partner
2305 834 907

Hi @EthanOSHOP,

You can try this code by following these steps:

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

BSSCommerceHDL_0-1717639595296.png

 

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

BSSCommerceHDL_1-1717639600524.png

 

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

.custom-columns__column {
    width: 100% !important;
}

Here is result: 

BSSCommerceHDL_2-1717639650870.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

PageFly-Noah
Shopify Partner
1317 233 280

This is Noah from PageFly - Shopify Page Builder App

 

Hi @EthanOSHOP Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
.custom-columns__column{
  width: 100% !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

EthanOSHOP
Explorer
71 0 14

@PageFly-Noah @BSSCommerce-HDL sorry, I meant to extend the picture itself to full width of the page, like this:

Image 05-06-2024 at 22.25.jpeg


PageFly-Noah
Shopify Partner
1317 233 280

Hi @EthanOSHOP , Iam sorry  , Currently I see this image show full with. Maybe you have add the new code , right ?

Screen Shot 2024-06-06 at 22.09.12.png

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

EthanOSHOP
Explorer
71 0 14

Yeah I managed to figure it out, thanks anyways, I appreciate it

PageFly-Noah
Shopify Partner
1317 233 280

 Hi @EthanOSHOP  Great, Thank you , Have a nice day !

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.