Why is the 'return' option higher than others on my webpage?

byanymeans_0-1669273655335.png

As you can see this option is higher than the others

https://byanymeans.net.au/products/staple-trackshorts-black

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:

  1. Go To Edit code on Online Store:

  1. Add code above the tag on the file Theme.liquid.

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

@Anonymous ,

.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 @GemPages

I have added this

in theme.liquid and it has not changed anything

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