Want to have the option to view my footer menu links horizontally on mobile.
For example:
HOME TERMS PRIVACY CONTACT
Having trouble changing it myself.
lscher.love
Want to have the option to view my footer menu links horizontally on mobile.
For example:
HOME TERMS PRIVACY CONTACT
Having trouble changing it myself.
lscher.love
Like this on mobile.
I’m also looking to be able to adjust the footer margin size
@Jacob_Beam Go to assets/section-footer.css
Paste below css at bottom of css file.
@media screen and (max-width: 749px)
.footer-block__details-content>li:not(:last-child)
{
float: left !important;
}
sorry for that issue can you try
@media screen and (max-width: 749px) {
.footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
}
}
This worked thank you so much.
Do you know how to change adjust the footer size?
yes, please add this code
.footer-block__details-content .list-menu__item--link {font-size: 16px;}
The size of the margin box, not the font size
yes, please share screenshot
Hello! I tried this and it works on fullscreen and desktop viewing setting. However, when I change it to mobile viewing, the footer links are squished together. I’ve attached screenshots to my code, desktop viewing, and mobile viewing for reference. I am using the sense theme. Any help would be appreciated!