Hi,
Is there any way to adjust the page width of Retina Theme?
Here is my website: https://1cabe3-26.myshopify.com/
Thank you.
Hi,
Is there any way to adjust the page width of Retina Theme?
Here is my website: https://1cabe3-26.myshopify.com/
Thank you.
Hello @Mentorpublish
Follow these Steps:
Best Regards,
Dws_pvt_ltd
Hi @dws_pvt_ltd ,
Sorry for the misunderstanding, I want the width to be smaller, and I already untick the Wide Display.
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Please add this code to Custom CSS of that slideshow section. You can change 1000px with smaller value to feed your request
.slideshow__wrapper {
max-width: 1000px;
}
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
Step 4: Slideshow section changes to increase and decrease in width.
.slideshow__wrapper {
max-width: 1000px;
}
Hi @Mentorpublish ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.css
Step 3: change all max-width values to value you want
Press ctrl + F
find: 1200px, replace: 1150px or any value you want → click “Replace all” → “Save”
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
Hi, thank you for the solution.
Hi @Mentorpublish ,
We’re happy to see that our suggestion helped you solve the issue: https://community.shopify.com/post/2683073
Can you kindly give us like and mark as a solutions?
This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.
Thanks in advance.