BuddyBoss Home – Web Support Forums Solutions Social Learner Need extra space between course category and image on all courses

  • This topic has 5 replies, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #51836
    @ianclayton

    Hello again – thanks of the update that fixed the course grid issue. Can you please help me add some space between the category box when used and the first row of course images – this is on the ‘all courses page’ – see attached.

    Answers

    #52038

    Anonymous
    @

    Hi @ianclayton, add thios css for extra bottom space

    
    div#ld_categorydropdown {
    padding-bottom: 2% !important;
    }
    

    Regards

    #52055
    @ianclayton

    Thanks – that worked – for others the syntax is:

    div #ld_categorydropdown {
    padding-bottom: 2% !important;
    }

    There’s a space after the ‘div’…

    #52372

    Anonymous
    @

    Hi @ianclayton, If you dont use ‘div’ it wont affect but thanks for you suggestion.

    REgards
    Pallavi

    #52404
    @ianclayton

    Pallavi – you had no space between div and the # – since others may see the guidance I made the comment to correct the code you originally sent. Thanks – it did work as I typed it.

    #52491

    Anonymous
    @

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Need extra space between course category and image on all courses’ is closed to new replies.