I have an issue with a button out position on a Minimal theme. Can you please guide me on how to position the “Shop Women” button in the same margins as “Shop Men”, please look at screen shot below for reference.
If I understand you correctly, you want to move the SHOP WOMEN button to the right, so it’s closer to the image.
Here’s a possible solution to do that, maybe it’s not the best, but could give the result you want, you can try experimenting yourself, right now it might not give you what you want on a small screen or if you add a title and description.
The code for this is in the feature-row.liquid file in your sections folder. I added a piece of inline css code to float the button to the right if the image is set to the right side. The code before the {% schema %} part would change to this:
Brilliant! Thanks a million for your help! I have got exactly what I was expecting and in the exact margins. Just one thing Alan which proportion of the code did you adjust just for future reference or adjustments.
And I replaced it with this; it’s more or less the same code repeated, just checking if the image is right or left and moving the button over if the image is on the right.