Mobile View Remove extra space

Mobile View Remove extra space

calcionino
Tourist
10 0 1

I am unable to hide the promo pop up, i have managed to remove excess space on my homepage, it is now just one page and no scroll. However in mobile view i have all this excess space and i want it to mimic the homepage, can someone please assist me 

Replies 7 (7)

calcionino
Tourist
10 0 1

photo attached

CodingFifty
Shopify Partner
916 137 165

Hi @calcionino,

Please share the store url.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
calcionino
Tourist
10 0 1

Made4uo-Ribe
Shopify Partner
10202 2422 3068

HI @calcionino 

PLease, share your store URL with password. 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.
calcionino
Tourist
10 0 1

rossi46

calcionino
Tourist
10 0 1
Made4uo-Ribe
Shopify Partner
10202 2422 3068

Thanks for the info, 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 only screen and (max-width: 749px){
div#Banner-template--24159466586397__image_banner_txrpph .banner__media.media {
     height: 85vh;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1737643191835.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.