BuddyBoss Home – Web Support Forums Themes OneSocial theme Removing white space on Visual Composer pages

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

    #65061
    @conscious-crafties

    Hello,

    I would really like to use Visual Composer but there is too much white space between rows:

    Beautiful crafts handmade by Spoonies or Carers

    Is there a way to prevent reduce this?

    Many thanks,

    Karen

    Answers

    #65415
    @anve

    Hi @conscious-crafties

    Try adding following css in child theme’s custom css option

    
    .bm-collections .featured-cats {
        margin-bottom: 40px!important;
    }
    

    Regards
    Anve

    #65489
    @conscious-crafties

    I think the code helped for the space before the Testimonials but not the other rows unfortunately.

    Also I need to remove the white space above and below the page title:
    ‘Beautiful crafts handmade by Spoonies or Carers’

    and below the first text paragraph:
    ‘WORLDWIDE craft selling site and supportive community for creative people crafting through:
    CHRONIC ILLNESS, DISABILITY or CARING for a loved one.
    BUY beautiful gifts or SELL your handmade crafts.’

    Many thanks for your help,

    Karen

    #65578
    @anve

    Hi @conscious-crafties,

    Try applying following css in child theme’s custom css to remove that extra white space.

    
    @media screen and (min-width:481px){
    .site {
      padding-top: 30px!important;
    }
    #post-18320 .wpb_column .vc_column-inner {
      padding-top: 0 !important;
    }
    }
    

    Regards
    Anve

    #66012
    @conscious-crafties

    Perfect thank u ever so much! 😀

    #66062
    @anve

    Great 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Removing white space on Visual Composer pages’ is closed to new replies.