
As you can see this option is higher than the others

As you can see this option is higher than the others
Hello @Anonymous ,
I am glad to support you today,
The text Return not align because it doesn’t have padding top:
To can align it, you can check out my suggestion below to make it:
I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.
Kind & Best regards,
GemPages Support Team.
Hey, reach out to me from the experts marketplace and I’ll help you for free. It’s just a 30 second job. Link below
.footer-block__details-content>:first-child .list-menu__item--link {
padding-top: 8px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hi @oscprofessional
I only have base.css in Assets
I added this to the end and the menu did not change its alignment
Please add below css code in bottom of assets/base.css file
@media (min-width: 1280px)
ul.footer-block__details-content.list-unstyled {
align-items: end;
}
Thank you.
Go to Online store > Themes > Edit code > Assets > section-footer.css > go to line 450, change this code
padding-top: 0;
to this one
padding-top: 0.5rem;
Click Save and reload your page for checking