• Hello there.

    I’ve been using Founder since several years without any problem, but recently, after a update I realise that widgets in sidebar area (before the content) aren’t ordered properly. I can’t find where′s the solution… Any help, please?

    The page I need help with: [log in to see the link]

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

    (@ratbike)

    I found a solution in the style.min.css …

    @media (min-width: 75em){
    .sidebar-primary-widgets:not(.active-1):not(.active-2):not(.active-3)
    .widget:nth-child(3n+5) {
    clear: none;
    }}

    Originally was “clear:left;”

    It works, but I don’t understand what’s happening.

    I will appreciate if somebody could help me.

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Founder all these years!

    There haven’t been changes lately that would affect this part of the site, but if your change is working for your site now then I would keep what you’ve got. In order to keep your new code change, you’ll want to copy and paste the CSS into the Additional CSS section in the Customizer. That way it won’t be affected by any future updates.

    @media (min-width: 75em){
      .sidebar-primary-widgets:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n+5) {
        clear: none;
      }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widgets in the sidebar’ is closed to new replies.