• Resolved steaua10

    (@steaua10)


    Hi. After updating WordPress, Woocommerce & all plugins and themes to the latest versions, the footer menus (3 groups of categories) are displayed incorectly – vertically each of 3 groups are one below another, instead of being arranged horizontally. Electro theme + Electro child.
    Also there is blank area after footer copyright notice.
    Probably old WP footer files are incompatible with the new format. There was a major update recently: from 4.* to 5.6. Also the used Electro theme was a few years old.
    Can someone tell me what could be wrong?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please place this code in the .css file

    @media only screen and (max-width: 1200px) {
    .footer-bottom-widgets-menu-inner.columns-6>.columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
    }
    .copyright-bar {
    padding-bottom: 0px !important
    }
    
    Thread Starter steaua10

    (@steaua10)

    Thanks. Resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer menus are displayed incorectly’ is closed to new replies.