Site logo

Archived topic

Logo- Widgets spacing- Pages infinite scrolls

3 replies · Started by Olivier on March 21, 2022

Viewing posts 1–4 of 4

Hey there,

I need your help to support three issues with my new sites using your premium theme:

expertdautu.com

1/There's an issue with the logo. It doesn't show up on some browsers, and on some others it shows up broken. I think that was caused by the theme set up.

2/ How to set up category and author pages as infinite scrolls?

3/ How to change the footer widget alignment? I have three footer widgets, but the spacing between them is not adjustable.

Hi there,

1. Try removing the Retina Logo as the file you have attached is being served over HTTP: not HTTPS:.

2. Can you raise a separate topic for this

3. The Site you imported uses some CSS to arrange the footer widgets. Go to Customizer > Additional CSS and look for this:

@media (min-width: 1025px) {
    .footer-widgets .footer-widget-1 {
        flex-basis: 50%;
        padding-right: 100px;
    }

    .footer-widgets .footer-widget-2 {
        flex-basis: 20%;
    }

    .footer-widgets .footer-widget-3 {
        flex-basis: 30%;
    }
}

If you remove that CSS then the widgets will each share an equal fraction ( 1/3rd ) of the footer.

Thank you much David!

You're welcome

This archived topic is closed to new replies.