Site logo

Archived topic

How to make a border around my footer widgets

5 replies · Started by CRISTO on September 6, 2018

Viewing posts 1–6 of 6

I would like to put borders around my footer widgets…I already have simple css installed, but want to sure I have the right code.

I assume it would be a variation of this code mentioned in a previous topic:

.inside-left-sidebar {
border: 1px solid #000;
padding: 20px;
}

Just not sure how to do it.

Hi there,

Try this CSS:

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 20px;
    margin: 20px;
    border: 1px solid #000;
}

Works like a charm....you always amaze me, Tom. Customer service this great is extremely rare!

Thank you! :)

This worked for the desktop view only. How can I get it to work on tablet mobile also. Thanks.

The code should apply to all devices.

Can you open a new topic and link us to the site in question?

Thanks!

This archived topic is closed to new replies.