We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Realigning Mobile Button with banner

Realigning Mobile Button with banner

ggcgolf
Tourist
5 0 2

Hello! I would like to move the "shop now" button so it's over the banner on my mobile store while also removing the white space found below it! Here's a picture of what it looks like right now.

 

Screenshot_9-9-2024_13428_admin.shopify.com.jpeg

 

Thanks!

 

-Brent Gastrau

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @ggcgolf 

Do you mean like this? 

Made4uoRibe_0-1725912675006.png

if it is check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px) {
.slideshow__text-wrapper.banner__content {
    position: absolute;
}
.banner--mobile-bottom .slideshow__text.banner__box {
    background: transparent;
}
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

namphan
Shopify Partner
2777 358 407

Hi @ggcgolf,

Please go to Customize > Sections > Slideshow > Mobile layout.

Screenshot.png

you just need to uncheck this, it will display fine

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

topnewyork
Astronaut
1552 191 253

Hi @ggcgolf ,

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

@media screen and (max-width: 749px) {
.slideshow__text-wrapper.banner__content {
    position: absolute;
   }
.banner--mobile-bottom .slideshow__text.banner__box {
    background: transparent;
   }
}

 

topnewyork_0-1725949766679.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month