Hi- I have tried to use the code snippet below however the menu items have no padding/space between them:
@media screen and (max-width: 749px) {
.footer-block__details-content {
display: flex;
justify-content: center;
align-items: center;
}
See Below
Can someone help please adjust the above code to include padding between the footer menu links.
Thanks.
1 Like
@evowdov
oh sorry for that issue can you please send store url so i will check and let you know
@evowdov
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer__content-top {padding-bottom: 2rem;}
.footer__content-bottom {padding-top: 1rem;}
Hey man - thanks but it didn’t work. Got anything else???
Hello @evowdov ,
It’s GemPages support team and glad to support you today. I would like to give you the recommendation to support you.
You could please try changing your code to
@media screen and (max-width: 749px) {
.footer-block__details-content {
display: flex;
justify-content: space-between;
align-items: center;
}
}
Best regards,
GemPages Support Team
1 Like