Topic summary
Goal: Move slideshow text/buttons to the left in a Shopify theme and add two linkable buttons (e.g., âShop for menâ and âShop for womenâ).
Progress/Attempts:
- Access issue resolved by removing storefront password so helpers could view the site.
- First suggestion: insert custom code in theme.liquid before the tag. The requester couldnât locate (only ) and reported no visible change after adding code.
- Effective fix provided later: add CSS at the bottom of main.css/base.css/style.css:
.slideshow__text-wrapper.banner__content.banner__contentâbottom-left { margin-left: 0; }
Explanation: targets the slideshow text container when bottom-left aligned and removes its left margin to push content fully left. A screenshot showed the result.
Open items/questions:
- How to âbreak downâ (explain) the CSS further.
- How to add two hyperlink buttons, remove the default Shopify button, and add another text block. A helper stated this requires custom code and likely a developer.
Notes:
- Screenshots are central to understanding the layout changes and the resulting alignment.
Status: Partially resolved (left alignment achieved). Button/link creation and extra text remain unresolved/ongoing.
Hello @kxletnik
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
this is the address https://e1b634-ab.myshopify.com/?_ab=0&_fd=0&_sc=1
what is your website password
what do you mean by access
password
i have removed password
- Here is the solution for you @kxletnik
- Please follow these steps:
- Then find the theme.liquid file.
- Then add the following code at the before tag and press âSaveâ to save it.
- Please press âLikeâ and mark it as âSolutionâ if you find it helpful. Thank you.
could you quickly breakdown the code for me
i just found but not
Hi @kxletnik
Check thiso ne.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.slideshow__text-wrapper.banner__content.banner__content--bottom-left {
margin-left: 0;
}
And Save.
Result:
Please donât forget to Like and Mark Solution to the post that helped you. Thanks!
could you break down the code for me
What do you mean breakdown? Mean smaller?
Hey could you also help i want to make 2 hyperlink shop for men and shop for women do you know how to code hyperlink to css
also how do i get rid of the shopify button and add hyperlinks
i mean if u could help me understand code u wrote thanks
To add hyperlinks that needs a custom code, to add in your store. You may need a developer for that.





