• Resolved Pushkar Kathayat

    (@pushkarsingh32)


    Hello Richie,
    I have made some changes in the footer widget area through custom css code. I have putted category widget there. The code is working fine but vertical spacing between categories is very less which is giving an unpleasant feel.

    So would you please suggest me how i can customize vertical spacing between categories widget in footer?
    Also please add on the custom code is not affecting the custom text widget on the footer.
    Please help me.
    My site is techgeekers.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there Pushkar Kathayat,

    Hope you’re well today!

    If this is what you’re referring to https://screencast.com/t/QWAJoBGHGnEh then please try adding the following CSS code to Appearance >> Theme Options >> Custom CSS:

    aside#categories-5 ul li a {
    line-height: 1.2;
    }

    This will slightly increase the space between each link, if you want more space please increase the numeric value to what ever suits you the most. This should only affect that specific widget.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Yeap! Its working. Thanks alot.
    Is it possible to make them more beautiful by adding border around them and filling up with some color? I would be greatly thankful to you.

    Hey again,

    Maybe you can try something like this:

    #custom .footer-top #categories-5 li a {
    border: 1px solid #000;
    padding: 2px;
    background: #52C0D4;
    }

    This should add border around the links and the background color.

    Hope this helps ??

    Cheers,
    Bojan

    Theme Author Richie KS

    (@rkcorp)

    thx for chipping in Bojan, yes the code will do.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer vertical spacing’ is closed to new replies.