[Resolved] Footer – adjusting space between stacked widgets

Home Forums Support [Resolved] Footer – adjusting space between stacked widgets

Home Forums Support Footer – adjusting space between stacked widgets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1615948
    Catherine

    Hello,

    First off I apologize if this is a duplicate question! I did look through the forums and documentation but can’t seem to figure out the issue I’m currently experiencing. I am building a client site with the GP Dev site as a starting point. My footer has 3 columns and within each column there are 2-3 widgets stacked on top of each other (stacked rows within columns, essentially). Is there any way to adjust the spacing between these stacked widgets? I would like to add some space before each widget header/title to give a bit more breathing room.

    Thanks so much!

    #1615955
    David
    Staff
    Customer Support

    Hi there,

    by default there should be 30px bottom margin below each stacked widget ( except the bottom one ).
    If you want to increase just that spacing then you can use some CSS like this:

    .footer-widgets .widget {
      margin-bottom: 50px;
    }
    #1616036
    Catherine

    That worked perfectly. Thank you so much, David!

    #1616635
    David
    Staff
    Customer Support

    Glad to be of help!

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