Add space between brand info and menu block of the footer

Solved

Add space between brand info and menu block of the footer

corenhance
Excursionist
21 0 3

Hi everyone,

I want to add some gap between the brand information and menu block of my footer and also decrease the width of the menu blocks.Brand info.png

 

Thank You

 

Website : https://www.corenhance.store/

 

 

Accepted Solution (1)

oscprofessional
Shopify Partner
16396 2441 3190

This is an accepted solution.

Hi @corenhance ,

Go to Online Store > Themes > Actions > Edit Code > base.css

Add below code at the bottom of  base.css  file

@media (min-width: 768px) {
 .footer__blocks-wrapper.grid {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
 }
 .footer-block.grid__item:first-child {
    width: 80%;
 }
 .footer-block.grid__item {
    width: 100%;
 }
}

oscprofessional_0-1737022077884.png

 

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 5 (5)

rajweb
Shopify Partner
827 71 157

Hey @corenhance ,

Here's the corrected CSS for adding a gap and reducing the width of menu blocks in the footer:

Please add the following code under the assets/section-footer.css file to implement the changes:

@media screen and (min-width: 750px) {
    .footer__content-top .grid {
        row-gap: 6rem; /* Adjusts the gap between sections */
        margin-bottom: 0;
    }
    .footer__content-top .grid__item {
        max-width: 20%; /* Decreases the width of menu blocks */
    }
}

I've updated the CSS to add a gap between the brand info and menu block and reduced the width of the menu blocks for better layout. Let me know if you need further adjustments!

If I was able to help you, please don't forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!

Best Regard,
Rajat

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Our App: Productify Groups App
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev
corenhance
Excursionist
21 0 3

Hi @rajweb

Thank you for your reply, but the code didn't worked.

oscprofessional
Shopify Partner
16396 2441 3190

This is an accepted solution.

Hi @corenhance ,

Go to Online Store > Themes > Actions > Edit Code > base.css

Add below code at the bottom of  base.css  file

@media (min-width: 768px) {
 .footer__blocks-wrapper.grid {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
 }
 .footer-block.grid__item:first-child {
    width: 80%;
 }
 .footer-block.grid__item {
    width: 100%;
 }
}

oscprofessional_0-1737022077884.png

 

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
corenhance
Excursionist
21 0 3

Hi @oscprofessional,

Thank you so much, the code worked as I wanted and the footer now looks clean.

topnewyork
Astronaut
1539 189 250

Hi @corenhance 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.rte {
    margin-top: 4rem !important;
}
ul.footer-block__details-content.list-unstyled {
    margin-top: 4rem !important;
}
</style>

 

 If my reply is helpful, kindly click like and mark it as an accepted solution.

Use our Big Bulk Discount app to boost your sales!(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month