Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Move Image Banner Button

Move Image Banner Button

drakenberg
Tourist
5 0 1

Hi, 

I want to move the "shop now" button to the top left corner on mobile. Its in the top left corner already on a computer screen but not on mobile. Please help me.
https://g0eska-es.myshopify.com/

drakenberg_0-1732365848937.png

 

Reply 1 (1)

devcoders
Shopify Partner
546 78 141

Hello @drakenberg 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

@media only screen and (max-width: 749px){
.banner--content-align-mobile-left .banner__box {
text-align: left;
top: -42%;
}
}

 

devcoders_0-1732367375238.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!