Why isn't my footer menu aligned and how can I move the language switcher?

Hello! for some reason my footer appears like this

I also would love to know how to move the language switcher to the header or the announcement bar. Thank you so much!

Hi [email removed]Chewie,

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

  • Go to Online Store->Theme->Edit code
  • Asset-> section-footer.css
  • Paste the below code at the bottom of the file.

@media(max-width:767px){

footer{

text-align:center !important

}

footer .footer-block.grid__item.footer-block–menu li a{

display:block !important;

margin:auto !important

}

}

Hope my solution works perfectly for you!

Regards,

Victor | PageFly

Hello @Chewie

Could you please share your store URL or the page link ( with a pass if your store password is enabled ). I think I can give you the right solution

Hi @Chewie
Thank you for your question.
Please send your site and if your site is password protected, please send me the password. I will check it.

https://vip-s.net
thats the website

https://vip-s.net
that’s the website

Hi @Chewie
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.footer-block__details-content li {
margin-right: 0;
margin-left: 0;
}