What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Text Position on Slideshow Mobile

Change Text Position on Slideshow Mobile

ecomdm
Visitor
1 0 1

Hello,

 

Id like to change the Text and Button Position for Mobile like this:

ecomdm_0-1731443916869.png

Shop url:
www.safezn.ch

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @ecomdm 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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 (max-width: 767px) {
.slideshow__text.banner__box {
    position: absolute;
    top: 0;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1731444338633.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

PageFly-Richard
Shopify Partner
4805 1085 1755

Hi @ecomdm 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px) {
.slideshow__text.banner__box {
    position: absolute;
    top: -20px;
}
}
</style>

PageFlyRichard_0-1731459669169.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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