Site logo

Archived topic

Footer Widgets Width Multilanguage

3 replies · Started by Yulia on April 29, 2019

Viewing posts 1–4 of 4

Hi, I've created the footer with different widths widgets, the first question is about the incremental of the size, I noticed - it's allowed to set only 5 fractional numbers. So, is there a way I set 23 or 24?
And second - when I use Polylang plugin the Hook Element doesn't seem to work. So those widths become initially sized.
Could you please check?

You would need to use CSS to change the default widths of the widget areas. Which ones are you wanting to adjust?

As for Polylang, have you duplicated the element for your other language? If the element is identical for all languages, check the "Ignore Languages" checkbox in the "Display Rules" tab.

Give this a shot:

.inside-footer-widgets > div {
    width: 16.66666%;
}

.inside-footer-widgets > .footer-widget-1 {
    width: 33.33333%;
}
This archived topic is closed to new replies.