so im currently using the brooklyn theme and on my home page i have four photos to represent my collections and next to it i have a button. However when i have the image placed on the right of the page the button is too far away from it (as seen in the second photo below). I want the button to be in the same position in correlation with the image as the first photo shows (but this is only allowed when the image is placed on the left
im aware it might need some coding but if anyone can help or provide a copy and paste that would b so helpful
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello @heleneathana ,
Please share your store URL and password(If it is password protected) so that I can check and suggest you a solution.
yes it is https://featherandthread.com.au/
and the password is WMammaquilla03$
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
div#shopify-section-1644279039bfcc10b3 .feature-row .feature-row__item,
div#shopify-section-1645071084b649b2f5 .feature-row .feature-row__item {
text-align: right;
}