BuddyBoss Home – Web Support Forums Themes OneSocial theme White space between widgets on Sidebar where is DOES display

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #65127
    @conscious-crafties

    Hello,

    I’ve not been able to get my sidebar to work on most pages (see other issue)

    But I built a new page for Sale items:

    Offers

    Where I set page attribute to ‘Default Template’ and it DID show the sidebar 🙂

    However, in this theme there is too much white space between side bar widgets (see attached).

    How can I fix this?

    Many thanks,

    Karen

    Answers

    #65130
    @anve

    Hi @conscious-crafties ,

    Please tell me the pages from where you want to reduce the white space in sidebar.

    Regards
    Anve

    #65138
    @conscious-crafties

    Sorry Anve I put it back to full width as don’t think it looked nice and we are promoting our sale today.

    I’ve temporarily changed it back to Default so that the sidebar shows:

    Offers

    #65145
    @anve

    Hi @conscious-crafties,

    Try applying following css in child theme custom css option.

    
    @media screen and (min-width:480px){
    #secondary .widget {
        padding: 40px 0!important;
    }
    #secondary .widget:first-child {
        padding-top: 0!important;
    }
    }
    

    Regards
    Anve

    #65153
    @conscious-crafties

    YAY!!! Perfect thank you @anve 😀

    #65380
    @anve

    Great 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘White space between widgets on Sidebar where is DOES display’ is closed to new replies.