How to resize product page?

Solved

How to resize product page?

DaveyAlcatraz
Explorer
63 0 13

Hi everyone

When I look at any successful eCommerce store all of their product pages fit within a default size in the centre of the screen. Currently my product page is completely zoomed in. All I would like to do is condense the product page to default sizing on the "product page" section only. To confirm, I want to keep the hero banners & FAQ full width at this stage, Here is the URL to inspect.

https://alcatrazgear.com/products/gt280-wireless-headphones-touch-control-earbuds-led-display-headse...

 

 

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2093 618 723

This is an accepted solution.

Yes, you can add the code to theme.liquid if you have none of those files. Then, you can use this snippet and insert it right before the closing head tag

 

<style>
.product-page {
    /* You can adjust this value according to your preference */
    max-width: 1200px;
    margin: 0 auto;
}
</style>

 

Like this

edit-theme.liquid-tutorial.png

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

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

View solution in original post

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2093 618 723

Hi @DaveyAlcatraz,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

.product-page {
    /* You can adjust this value according to your preference */
    max-width: 1200px;
    margin: 0 auto;
}

Here is the result

BSSTekLabs_0-1723859824476.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
DaveyAlcatraz
Explorer
63 0 13

Thanks for your response and that looks like exactly what I need, I have none of those files but could it be theme.liquid since it's the Bullet theme?

BSS-TekLabs
Shopify Partner
2093 618 723

This is an accepted solution.

Yes, you can add the code to theme.liquid if you have none of those files. Then, you can use this snippet and insert it right before the closing head tag

 

<style>
.product-page {
    /* You can adjust this value according to your preference */
    max-width: 1200px;
    margin: 0 auto;
}
</style>

 

Like this

edit-theme.liquid-tutorial.png

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
DaveyAlcatraz
Explorer
63 0 13

Thank you so much! This is a huge help. As a thank you I'm going to download Salepify, I need something like that anyhow.

BSS-TekLabs
Shopify Partner
2093 618 723

Thank you for downloading our app! We are pleased to offer a solution designed to elevate your sales strategy with features such as tiered discounts, cart rewards, and seamless integration with Shopify. Should you require any customization or assistance, please do not hesitate to contact us. Our team is ready to support you.

 

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

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