Site logo

Archived topic

Distance between logo and menu in footer

3 replies · Started by carlos on June 4, 2019

Viewing posts 1–4 of 4

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

footer

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.

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

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;
}
This archived topic is closed to new replies.