reduce height of country selector in footer of desktop version.

Solved

reduce height of country selector in footer of desktop version.

brandsal
Tourist
3 0 5

Screenshot 2024-08-15 170946.png

 How do I reduce the height of this footer.
And possibly centering Email input to center rather than on left. 

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

Hi @brandsal

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

<style>
@media screen and (min-width: 750px) {
  .footer__content-bottom {
     padding-top: 0 !important;
  }
  
  .footer-block__newsletter {
    text-align: center !important;
  }
  
  .newsletter-form {
        transform: translateX(95px);
        margin: 0 auto !important;
  }
  
  .footer-block--newsletter h2.footer-block__heading.inline-richtext {
    transform: translateX(95px);
    margin-bottom: 15px;
  }
}
</style>

 

 

Here is result:

BSSCommerceHDL_0-1723731610987.png

Hope this can help you,

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

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

Replies 4 (4)

BSS-TekLabs
Shopify Partner
2401 695 835


Hello @brandsal 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist 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

Moeed
Shopify Partner
7722 2071 2550

Hey @brandsal 

 

Share your Store URL and Password if enabled,

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


brandsal
Tourist
3 0 5

779b06-23.myshopify

BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

Hi @brandsal

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

<style>
@media screen and (min-width: 750px) {
  .footer__content-bottom {
     padding-top: 0 !important;
  }
  
  .footer-block__newsletter {
    text-align: center !important;
  }
  
  .newsletter-form {
        transform: translateX(95px);
        margin: 0 auto !important;
  }
  
  .footer-block--newsletter h2.footer-block__heading.inline-richtext {
    transform: translateX(95px);
    margin-bottom: 15px;
  }
}
</style>

 

 

Here is result:

BSSCommerceHDL_0-1723731610987.png

Hope this can help you,

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

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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