I would like to decrease the page width or increase the margins for a particular section so that the images take up less space on the screen but are still in one column
1 Like
Hey @xktheory
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Thanks Moeed, here is the url:
Hi @xktheory
Do you mean like tihs?
if it is try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
slider-component.slider-mobile-gutter.page-width.page-width-desktop.scroll-trigger.animate--slide-in {
padding: 0 12rem !important;
}
- And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
This actually worked. However, the editing on the desktop through off the editing on the mobile. Is there a way to only apply this to the desktop?
oh okay, Would you mind to share the preview again? Thanks!