footer 5 blocks to fit in a single row and aligned Dawn theme

Solved

footer 5 blocks to fit in a single row and aligned Dawn theme

floweractually
Excursionist
27 0 6

Hi,

 

I tried to add the fifth block to my footer but it won't fit in a single row (1st pic). I would like to make it like the given picture below (2nd pic). It will be highly appreciated if I could be provided guidance on how.

 

螢幕截圖 2023-09-12 下午5.43.51.png螢幕截圖 2023-09-12 下午5.20.20.png

Accepted Solution (1)
RockTechnolabs
Shopify Partner
251 36 60

This is an accepted solution.

@floweractually  Please add this 

 

<style>
.footer__content-top {
    max-width: 100% !important;
}

@media screen and (min-width: 750px) {
    .footer__content-top .grid--3-col-tablet .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 5) !important;
    }
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as a Solution!

Best Regards,
Rock Technolabs

 

banned

View solution in original post

Replies 12 (12)

RockTechnolabs
Shopify Partner
251 36 60

Hi @floweractually please add the 5th block and add below CSS code in base.css file at the bottom.

 

<style>
@media screen and (min-width: 750px){
    .grid--4-col-tablet .footer-block.grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * / 5) !important;
    }
}
</style>

Result: 

RockTechnolabs_0-1694520346073.png

 

If I managed to help you then, don't forget to Like it and Mark it as a Solution!

Best Regards,
Rock Technolabs

banned

Artzen_tech
Shopify Partner
552 113 112

Hello @floweractually 
Its Artzen Technologies! We will be happy to help you today.

Add the 5th block through customize
Online Store-> Themes-> Customize

and add below CSS code in 
base.css file at the bottom.
Online Store-> Themes-> EditCode-> Base.CSS file

 

 

 

<style>
@media screen and (min-width: 750px){
    .grid--4-col-tablet .footer-block.grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * / 5) !important;
    }
}
</style>​


RESULT AFTER THE ABOVE PROCESS

Artzen_tech_1-1694520781293.png

 



Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
floweractually
Excursionist
27 0 6

Thank you for your prompt reply! I added your code at the end of the base.css file but it doesn't work. I am currently working on Dawn 11.0 and would it be any different ?
螢幕截圖 2023-09-12 下午8.32.22.png

Artzen_tech
Shopify Partner
552 113 112

Please try this CSS

 

 

<style>
@media screen and (min-width: 750px){
.grid--4-col-tablet .footer-block.grid__item {
width: 20%!important;
}
}
</style>​

 



And if you have further query then feel free to ask

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
floweractually
Excursionist
27 0 6
floweractually
Excursionist
27 0 6

螢幕截圖 2023-09-12 下午9.08.59.png

RockTechnolabs
Shopify Partner
251 36 60

@floweractually Share this theme URL

banned
RockTechnolabs
Shopify Partner
251 36 60

RockTechnolabs_0-1694524014178.png

it's still the same theme there are no 5 blocks their

 

banned
RockTechnolabs
Shopify Partner
251 36 60

This is an accepted solution.

@floweractually  Please add this 

 

<style>
.footer__content-top {
    max-width: 100% !important;
}

@media screen and (min-width: 750px) {
    .footer__content-top .grid--3-col-tablet .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 5) !important;
    }
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as a Solution!

Best Regards,
Rock Technolabs

 

banned
floweractually
Excursionist
27 0 6

Great! It works! but is there any chance that you could show me how to align the row to make it neat 

https://9nwjb4miuihypkn4-24690163805.shopifypreview.com