[Resolved] Distance between logo and menu in footer

Home Forums Support [Resolved] Distance between logo and menu in footer

Home Forums Support Distance between logo and menu in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #919414
    carlos

    Why the distance between the logo and the menu is greater on the main page than on the other pages?

    footer

    #919421
    David
    Staff
    Customer Support

    Hi there,

    can you try flushing your Autoptimize cache then clear your browser cache. If that doesn’t fix it can you flush autoptimize again and disable it then let me know so i can take another look.

    #919469
    carlos

    Hello, when I disable autoptimize back to its place, is there any incompatibility with this plugin?

    #919634
    David
    Staff
    Customer Support

    No – Autoptimize like other caches sometimes mixes up the order that the CSS is executed, which is what it is doing here. I am not sure if you have added this CSS:

    .footer-bar .widget_media_image {
        margin-bottom: 0;
    }

    Use this ( or add it ) instead:

    .footer-bar .widget_media_image {
        margin-bottom: 0 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.