Skip to main content

Reduce gap between activities and resources

Comments

4 comments

  • Jason Rodgers

    Something like a CSS edit?

     
    .section li.snap-asset.snap-can-edit{
       padding-bottom: 1.5em!important;
    }
    1
  • Liam Goldfinch

    Thanks Jason, Can you tell me where I should put the CSS?

    1
  • Jason Rodgers

    First I'd make sure that is what you are actually wanting. 

    By doing an inspect on the HTML and then just editing the value.  

    If it is what you are after then 

    Site Administration / Appearance / Snap then under Advanced branding copy the 

    .section li.snap-asset.snap-can-edit{
     padding-bottom: 1.5em!important;
    }
    Then press Save changes.  Go back to the page you are testing on and reload it.
    1
  • Chiro Park

    How can I reduce the space before label/text and media area resources? It creates a lot of scroll space. 

     

    1

Please sign in to leave a comment.