Hi,
I have an image with text on my website and i would like be able to put the “shop now” on the image instead of under it. My store isn’t open yet; website: vanityeyz.com. Thanks in advance!
A user is trying to position a “shop now” button directly on top of an image rather than below it in their Shopify store using the Brooklyn theme. The store is not yet live.
Proposed Solution:
Current Status:
Hi,
I have an image with text on my website and i would like be able to put the “shop now” on the image instead of under it. My store isn’t open yet; website: vanityeyz.com. Thanks in advance!
Hi, @MaxxVE
Can you try this code
@media(max-width:786px){
#shopify-section-16586143319247bf36 > div > div > div{
position: relative !important;
}
#shopify-section-16586143319247bf36 > div > div > div > div.feature-row__item.feature-row__text.feature-row__text--left{
position: absolute;
top: 40%;
left: 40%;
}
}
Hi!
This code was working at first, but now its not and Im having the same issue again. Can you help?