Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96910
    Scoop
    Participant

    Hi Sakin,

    I was wondering if I could reduce the padding between widgets on the sidebar. I am thinking that about 1/2 the padding is all that I am needing for my site. Thanks.

    #96979
    Mahesh
    Keymaster

    @scoop: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #secondary .widget {
        margin-bottom: 15px;
    }

    Regards,
    Mahesh

    #97015
    Scoop
    Participant

    Thank you Mahesh but it didn’t seem to have any effect at all.

    #97034
    Mahesh
    Keymaster

    @scoop: Please use the following CSS instead. I tested this one on your site.

    #secondary .widget {
        margin-bottom: 15px;
        padding: 10px 30px;
    }

    Regards,
    Mahesh

    #97065
    Scoop
    Participant

    That code worked just fine. Thanks for all your help.

    #97100
    Mahesh
    Keymaster

    @scoop: Thank you for your appreciation. If you like my support and Adventurous theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar Widget Padding’ is closed to new replies.