Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151831 Reply
    Nathan Cassell
    Guest

    Hi, how can I make the spacing tighter in my footer? Thank you

    #151967 Reply
    Brandon C
    Keymaster

    Hi Nathan!

    Thanks for reaching out with your BoldGrid theme questions!  Adjusting the theme footer is normally done through the WordPress Customizer.  Access the customizer and navigate to the footer section. There’s a chance you won’t see the specific spacing control you need here and you will have to add it using custom CSS from the CSS/JS editor which can also be found inside of the customizer.

    There are different types of spacing controls such as line height and space between and around text so if  you let us know exactly what you want to do with spacing we can give you a more specific approach.

    Thanks Nathan, really hope this helps!

    #152175 Reply
    Nathan Cassell
    Guest

    Hi Brandon,

    Happy New Year! Thanks for your comments, it looks like the spacing control I need is not in the footer customizer. I’d like to reduce the spacing above and below the butterfly in the footer.

    When I hover the cursor over the footer widget it says shift-click to edit, but that doesn’t seem to allow editing.

    I do also see the Custom Theme CSS/JS sections.

    Thanks,
    Nathan

    #152278 Reply
    Brandon C
    Keymaster

    Happy New Year Nathan!  Your Cobalt them is one of our legacy themes and doesn’t have as many customization options as our modern ones like Crio WordPress theme.

    I reviewed your site in my browser console and came up with some custom CSS that just might work for you.  Of course you’ll likely need to adjust the dimensions a bit but this should get you on the right track.

    aside#block-14 {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: -30px;
    margin-bottom: 10px;
    }

    Please let us know if you need help implementing this CSS snippet.  Thanks Nathan!

    #152292 Reply
    Nathan
    Guest

    Hi Brandon,
    This is great, thanks, and is exactly what I was looking for. At some point I may think about changing to Crio WordPress. Appreciate it!
    Nathan

    #152295 Reply
    Brandon C
    Keymaster

    That’s awesome to hear Nathan!  Happy I could help.  If you ever have any other questions for us don’t hesitate to reach out.  We’ll be right here!

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Line/row spacing in BoldGrid footer
Your information: