Site logo

Archived topic

Second Footer Widget padding left

3 replies · Started by Dani on March 31, 2020

Viewing posts 1–4 of 4

Hi Tom,

I only want to change the padding left in the 2on widget in the footer.

I can't find the way... If I change the left padding, is for all the footer widgets.

How I can do it with CSS?

Thanks!
Dani

Hi there,

try this CSS:

.site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
    padding-left: 10px !important;
}

Perfect!
Thanks a lot.
Dani

You're welcome

This archived topic is closed to new replies.