[Resolved] How to make a border around my footer widgets

Home Forums Support [Resolved] How to make a border around my footer widgets

Home Forums Support How to make a border around my footer widgets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #670549
    CRISTO

    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.

    #670757
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #671096
    CRISTO

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

    #671256
    Tom
    Lead Developer
    Lead Developer

    Thank you! 🙂

    #682695
    Luis

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

    #682704
    Leo
    Staff
    Customer Support

    The code should apply to all devices.

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

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.