Shopify themes, liquid, logos, and UX
i need the footer menu align horizontally to the news letter and i also want to decrease the font size on mobile
Solved! Go to the solution
This is an accepted solution.
Hi @diana-R
Try this one.
@media screen and (min-width: 750px) {
.footer-block__details-content > li:not(:last-child) {
margin-right: 0;
}
ul.footer-block__details-content {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
}
.footer-block.grid__item.footer-block--menu {
max-width: 100%;
}
.footer-block__details-content > :first-child .list-menu__item--link {
padding-top: .5rem;
}
}
@media screen and (max-width: 749px){
.footer-block.grid__item.footer-block--menu .list-menu__item--link {
font-size: 20px !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @diana-R
Try this one.
@media screen and (min-width: 750px) {
.footer-block__details-content > li:not(:last-child) {
margin-right: 0;
}
ul.footer-block__details-content {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
}
.footer-block.grid__item.footer-block--menu {
max-width: 100%;
}
.footer-block__details-content > :first-child .list-menu__item--link {
padding-top: .5rem;
}
}
@media screen and (max-width: 749px){
.footer-block.grid__item.footer-block--menu .list-menu__item--link {
font-size: 20px !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
it works for the font size but doesn't align to left on desktop yet
Can you add the code so I can see what I need to adjust. Thanks!
i need one more help from you please, on the header i want the country selection size increased and i also want the mobile drop down menu font size decreased
Yeah, sure.
Add this one on the base.css. Same instuction.
.desktop-localization-wrapper .disclosure .localization-form__select {
font-size: 2rem;
}
@media only screen and (max-width: 749px){
details[open] > .header__submenu a {
font-size: 18px !important;
}
}
And Save.
Result:
You can adjust the size as per your preference.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Are you there??
it works now thanks
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