Archived topic
Footer Widgets Width Multilanguage
3 replies · Started by Yulia on April 29, 2019
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.
Ignore languages works just great, thanks a lot. The percentage I need is:
400*200*200*200*200 - it's in px, but I need in %% as I wish wider.
Like here:
https://colorlib.com/preview/theme/persuit/categories-left-sidebar.html#
May be
33.33% and then 16.66
Give this a shot:
.inside-footer-widgets > div {
width: 16.66666%;
}
.inside-footer-widgets > .footer-widget-1 {
width: 33.33333%;
}