Site logo

Archived topic

UI Issues & Mobile Responsiveness

7 replies · Started by Anant on January 31, 2023

Viewing posts 1–8 of 8

On the footer, I want to display only 3 columns instead of 4

Thanks, it worked.

But there's lot of white space at the right most side of 3rd footer. I understand its because each footer is left aligned. Can we align each footer to center to make it look better?

The alignment is fixed except for social icons. Can you help with that?

Also, I'll try using the GB blocks for social icons as you suggested.

Try this CSS:

.widget .lsi-social-icons {
    text-align: center !important;
}

Thanks David, this helped.

Glad to hear that

This archived topic is closed to new replies.