How to adjust footer menu alignment in Taste Theme?

Hello,

We are currently using the Taste Theme and we are facing an issue with setting the footer presentation.

The title and the text of the right block is currently aligned on the left but we would like to have it aligned on the right.

How can we do it?

Here is a screenshot of how it looks right now.

Thank you very much,

Luca.

Website: www.wegan.eu

Hello,

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css

.footer-block:last-child { text-align: right; }

Hi @Wegan

Follow this

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css-> paste bellow code in bottom of file
.footer__blocks-wrapper  >.footer-block:last-child{text-align: right;}

Best regard

@Wegan

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.footer__blocks-wrapper>.footer-block:last-child, .footer-block.grid__item:first-child {
    text-align: center !important;
}
.footer-block__details-content .list-menu__item--link {justify-content: center !important;}
}

can you this code on mobile bcz current look doesn’t match your theme