This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Footer Widgets on Mobile messed up (/w polylang)

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,

In continuation of this issue (https://siteorigin.com/thread/footer-widgets-polylang-plugin/) , which solved the issue here perfectly for our desktop website, we face the problem of the same website footer widgets being completely messed up once watched at on mobile.

For better understanding, see screenshot: https://img.bi/#/hrxTI5j!KRTwAQIiMFiABx4FHwS-qNYAGkqEbgWTQBdwECGM

Is there a way to solve it for responsive/mobile, too?

Thanks!

URL: https://lingo.alpheca.uberspace.de

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Bit of an oversight on my part!

    Let’s try adding this below your current lang footer Custom CSS:

    @media (max-width: 680px) {
    	#footer-widgets .widget:lang(en-US) { width: 100%; }
    	#footer-widgets .widget:lang(de-DE) { width: 100%; }
    	#footer-widgets .widget:lang(es-ES) { width: 100%; }
    	#footer-widgets .widget:lang(pt-BR) { width: 100%; }
    	#footer-widgets .widget:lang(it-IT) { width: 100%; }
    	#footer-widgets .widget:lang(nl-NL) { width: 100%; }
    	#footer-widgets .widget:lang(ru-RU) { width: 100%; }
    	#footer-widgets .widget:lang(tr-TR) { width: 100%; }
    }

    Have a good look at that and let me know if it resolves the challenge.

    Thanks :)

  2. platschi 10 years, 5 months ago

    Hey Andrew,
    Wow. Works, thank you :)
    Fast and awesome, as usual! Keep up the good work!

  3. Andrew Misplon Staff 10 years, 5 months ago

    Super :) Really glad to hear that did the trick. Thanks for raising this.

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread