Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter 2sipreviati

    (@2sipreviati)

    I specify that in the footer I have 8 navigation menus that are activated according to the language … 4 english + 4 italian.
    Thanks again.

    veerap

    (@veerap)

    Found this CSS rule inside your site <head> that affects your footer widgets width.

    <style type="text/css" media="screen">
        #footer-widgets .widget { width: 12.5%; }
        #masthead-widgets .widget { width: 100%; }
    </style>

    That is weird if problem can be reproduced by switching between plugin versions since I could’t find any reference for #footer-widgets in Polylang source code.

    Thread Starter 2sipreviati

    (@2sipreviati)

    Thanks for the analysis! … I solved by inserting a css rule

    #footer-widgets .widget { width: 25%; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update 2.4 footer menu left alignment’ is closed to new replies.