How to move my shop now button to the middle of the slideshow screen on mobile with dawn theme

How to move my shop now button to the middle of the slideshow screen on mobile with dawn theme

younglm
Tourist
4 0 2

Hi I am struggling with bringing my "shop now" button and some other text to the middle of my slideshow screen. I am only having this problem on mobile, on desktop everything looks fine. I am using the Dawn theme. I hope someone could help me with this problem. Capture.PNG

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10184 2417 3060

Hi @younglm 

Cna i take a look of your store, would you mind to share your store URL? 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.
younglm
Tourist
4 0 2

Hi here is the URL: https://www.tkkits.store/

Pass: raycre

Made4uo-Ribe
Shopify Partner
10184 2417 3060

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content.banner__content--middle-center.page-width.banner--desktop-transparent {
    position: absolute;
    bottom: 20%;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1713561489226.png

 

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.

PageFly-Henry
Shopify Partner
1184 335 299

hi @younglm 

 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


@media (max-width: 767px){

.slideshow__media.banner__media.media {

    position: absolute;

}

div#Slider-template--21555873382740__slideshow_AbWh8i {

    height: 100vw;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

younglm
Tourist
4 0 2

Hi thanks for your reply! The code worked on the mobile version in the shopify store editor, but I don't see any changes if I look on my phone.

photo_2024-04-19_22-49-51.jpg

 

Capture.PNG