[Resolved] How to contain footer widgets in separate boxes for each of them

Home Forums Support [Resolved] How to contain footer widgets in separate boxes for each of them

Home Forums Support How to contain footer widgets in separate boxes for each of them

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144847
    RAJEEV

    Hi Tom

    i want to to contain footer widgets in separate boxes for each of them or simply want to put a border line surrounding each of them,i tried but i guess there is no options in spacer for this,so kindly help me.

    #144879
    bdbrown

    Hi Rajeev. Give this CSS a try; adjust the spacing and border as needed:

    .footer-widgets .widget {
        margin: 0 5px;
        padding: 40px;
        border: 1px solid #ccc;
    }
    

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #144897
    RAJEEV

    it worked,thnks a lot

    #144903
    bdbrown

    You’re welcome 🙂

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