Button on home page banner is too high on mobile version

Crypto_Chris
Tourist
9 0 2

Hello,  I am ready to publish my site and I noticed the button on the banner of my homepage is too high on the mobile version.  I am using the Refresh theme.   Here is my URL https://55d354.myshopify.com/

 

 

 

Screenshot 2023-10-01 at 1.13.35 AM.pngScreenshot 2023-10-01 at 1.14.22 AM.pngcovering up my text.  I have tried everything, but I can't figure it out.  I have attached screenshots to be explain.


Replies 3 (3)
suyash1
Shopify Partner
8656 1062 1406

@Crypto_Chris - add this css to the end of your base.css file and check

@media only screen and (max-width: 767px){
.banner__content .banner__buttons a{top: 35px;}
}

 

suyash1_0-1696138144398.png

 

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂
Made4uo-Ribe
Shopify Partner
4092 937 1143

Hi @Crypto_Chris 

Try 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){
.banner__buttons {
    position: absolute;
    top: 50px;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696155519904.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


PageFly-Richard
Shopify Partner
3650 804 1449

Hi @Crypto_Chris 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

@media only screen and (max-width: 767px){
.banner__buttons {
    position: absolute !important;
    top: 50px !important;
}
}

Hope you find my answer helpful!
Best regards,
Richard | 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.