Hello, I want to make my "Shop Now’ button on my website off to the right a little bit with a green rectangle around it. This is my website. https://two3solutions.com/
Thank you!!!
Goal: Move the “Shop Now” menu item slightly to the right and add a green rectangle highlight.
Proposed solution: Edit the Shopify theme code.
Notes on implementation:
Attachments and references:
Outcome: The original poster expressed thanks, implying the solution worked. Status appears resolved, with minor adjustments (margin-left value) left to the user’s preference.
Hello, I want to make my "Shop Now’ button on my website off to the right a little bit with a green rectangle around it. This is my website. https://two3solutions.com/
Thank you!!!
Hey @Haden_1 ,
This should work for you ![]()
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
change the “margin-left: 50px” value 50 to a lesser number if it’s too far right. Increase it if you want it to go further.
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you!