Site logo

Archived topic

center footer background in mobile view

3 replies · Started by Ralf on February 21, 2019

Viewing posts 1–4 of 4

Hi there,
how can i center the footer background pic for mobile view ? When i look at the footer on mobile, it is left and not centered... it should be centered so that the logo is visible... thanks

Try adding this CSS:

.site-info {
    background-position: top center;
}

For some reason your site translation has translated that CSS property which is why its not working.

perfect ! - thank you David !

Glad to be of help.

This archived topic is closed to new replies.