Shopify themes, liquid, logos, and UX
Hey guys,
I'm having trouble ordering my footer section in Dawn theme.
By default those are ordered horizontally:
But I would like them to be ordered vertically:
Is there a simple way to accomplish this?
Thanks 🙂
Solved! Go to the solution
This is an accepted solution.
Hi @gutt1992
You can do the following steps:
Step 1: Go to Online Store => select Edit code
Step 2: Find the base.css file in the Assets folder and add the following code at the end of the file
.footer__content-top .footer__blocks-wrapper, .footer-block--menu .footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
}
.footer__content-top .footer__blocks-wrapper {
flex-direction: column;
}
.footer-block.grid__item {
width: 100%;
text-align: center;
}
In case you have completed the above steps and the problem is still not resolved, you can provide a store link so I can support you more effectively.
Hope this will help!
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
This is an accepted solution.
Final solution was what @BSSCommerce-HDL suggested and some additional code covering smaller screens:
.footer__content-top .footer__blocks-wrapper,
.footer-block--menu .footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
}
.footer__content-top .footer__blocks-wrapper {
flex-direction: column;
}
.footer-block.grid__item {
width: 100%;
text-align: center;
}
.footer-block__brand-info {
text-align: center !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-block__details-content > :first-child .list-menu__item--link {
padding-top: 1rem !important;
}
@media screen and (max-width: 749px) {
.footer-block__details-content {
margin-bottom: 4rem;
display: inline-block !important;
}
}
And the results:
Thank you all for help!!
Hi @gutt1992,
Please add the following CSS code to the bottom of your base.css file:
.footer__content-top .grid {
display: block;
}
.footer__content-top .grid .footer-block.grid__item {
width: 100%;
max-width: 100%;
text-align: center;
margin-bottom: 25px;
}
.footer__content-top .grid .footer-block.grid__item .footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
gap: 18px;
}
.footer__content-top .grid .footer-block.grid__item:last-child {
margin-bottom: 0;
}
.footer-block__details-content>li {
margin: 0 !important;
}
.footer-block__details-content>:first-child .list-menu__item--link {
padding: 0;
}
.footer-block__details-content .list-menu__item--link {
padding: 0;
}
You can access the base.css file by following these steps:
Once you've added the CSS code, save your changes, and the footer elements will be aligned to center. If you need further assistance, feel free to reach out.
Thanks.
This is an accepted solution.
Hi @gutt1992
You can do the following steps:
Step 1: Go to Online Store => select Edit code
Step 2: Find the base.css file in the Assets folder and add the following code at the end of the file
.footer__content-top .footer__blocks-wrapper, .footer-block--menu .footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
}
.footer__content-top .footer__blocks-wrapper {
flex-direction: column;
}
.footer-block.grid__item {
width: 100%;
text-align: center;
}
In case you have completed the above steps and the problem is still not resolved, you can provide a store link so I can support you more effectively.
Hope this will help!
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
This is an accepted solution.
Final solution was what @BSSCommerce-HDL suggested and some additional code covering smaller screens:
.footer__content-top .footer__blocks-wrapper,
.footer-block--menu .footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
}
.footer__content-top .footer__blocks-wrapper {
flex-direction: column;
}
.footer-block.grid__item {
width: 100%;
text-align: center;
}
.footer-block__brand-info {
text-align: center !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-block__details-content > :first-child .list-menu__item--link {
padding-top: 1rem !important;
}
@media screen and (max-width: 749px) {
.footer-block__details-content {
margin-bottom: 4rem;
display: inline-block !important;
}
}
And the results:
Thank you all for help!!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024