I’m using dawn theme in that I need to customize the footer section where brand information in left side, two menus near to near and subscribe to newsletter on same row. In simple I want to reduce the width of the two menu
website: https://o2cwxfekic2lnyzn-73415852291.shopifypreview.com
password : 2512
reference image
1 Like
Hi,
To achieve your wish you need to go to footer.liquid section file and then find the blocks shown here and then move them to where you want. Finally you can use css to style it to look clean with layout standard.
You need familiar with code to handle this, if you don’t, so i can help you implement.
Please add this code at the bottom of your base.css file.
@media (min-width: 750px) {
.footer__content-top {
display: flex !important;
justify-content: space-between;
}
.footer__content-top .footer__blocks-wrapper {
width: 100%;
}
.footer__content-top .footer-block--newsletter {
width: 40rem;
align-items: flex-start;
margin-top: 0;
}
.footer__content-top .footer-block--newsletter h2 { text-align: left; }
}
@Dan-From-Ryviu Thanks for the code , but if possible can we reduce the width of menu box