How to minimize this space

Solved

How to minimize this space

rnogueira
Excursionist
15 0 3

Please help me with minimizing the space between our logo and the email field on our password page, they are too far apart. please see below

 

rnogueira_0-1726976110417.png

 

Site is civillain.co

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2328 691 814

This is an accepted solution.

- Here is the solution for you @rnogueira 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
.banner__content.banner__content--middle-center.page-width {
    padding-top: 0 !important;
}
.banner__content.banner__content--bottom-center.page-width {
    padding-bottom: 0 !important;
}
div#Banner-template--15841917108297__image_banner_8fRwJf {
    margin-bottom: -50px !important;
}
</style>

 

- Here is the result you will achieve:

BSSTekLabs_0-1726976593387.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2328 691 814

This is an accepted solution.

- Here is the solution for you @rnogueira 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
.banner__content.banner__content--middle-center.page-width {
    padding-top: 0 !important;
}
.banner__content.banner__content--bottom-center.page-width {
    padding-bottom: 0 !important;
}
div#Banner-template--15841917108297__image_banner_8fRwJf {
    margin-bottom: -50px !important;
}
</style>

 

- Here is the result you will achieve:

BSSTekLabs_0-1726976593387.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
rnogueira
Excursionist
15 0 3

This worked when I put it in my base.css file. Thanks

BSSCommerce-B2B
Shopify Partner
1718 512 574

@rnogueira ,Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1726976594782.png

Step 2:  Search for the file theme.liquid. And add this code before </head>

<style>
#Banner-template--15841917108297__main .banner__content {
    padding-top: 0;
}
#Banner-template--15841917108297__main .email-signup-banner__box.banner__box {
padding-top: 10px;
}
</style>

result:

BSSCommerceB2B_1-1726976650850.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

DaveedValencia
Shopify Partner
26 5 5

add this code to your css and it will reduce the spacing.

 

.email-signup-banner .banner__content{
padding-top:0px!important;
}

PageFly-Amelia
Shopify Partner
576 162 232

Hi @rnogueira 

This is Amelia 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){
.email-signup-banner__box.banner__box.newsletter.newsletter__wrapper.isolate.email-signup-banner__box--no-image.content-container.color-scheme-1.gradient.content-container--full-width-mobile {

    padding-top: 0;!;

}

}

 

Hope that my solution works for you.

Best regards,

Amelia | 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) 
➜ Weekly updated Shopify tutorials on YouTube 


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