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

Re: Padding can not be removed on password page

Solved

Padding can not be removed on password page

ssworks
Visitor
2 0 1

Hello! I'm trying to remove the padding between the top line and the date on the mobile password landing page. Any advice would be appreciated!

 

IMG_2233.PNG

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9186 2191 2709

This is an accepted solution.

Hi @ssworks 

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){
div#Banner-template--16566581428404__main .banner__media {
    display: none;
}
div#Banner-template--16566581428404__main .banner__content.banner__content--middle-center.page-width {
    height: 50vh;
}
}

 

And Save. 

Result:

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

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9186 2191 2709

This is an accepted solution.

Hi @ssworks 

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){
div#Banner-template--16566581428404__main .banner__media {
    display: none;
}
div#Banner-template--16566581428404__main .banner__content.banner__content--middle-center.page-width {
    height: 50vh;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1710542074966.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
ssworks
Visitor
2 0 1

Magnificent you're the GOAT ty