Okay
  Public Ticket #816568
Space between pictures
Closed

Comments

  • Michel started the conversation

    I noticed that there is a default space between my pictures of 15 pixels (http://melsen.be/portfolio/ijsland/). Is there an easy way to reduce it to 10 pixels ? I can't seem to find it. 

    Thank you

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #portfolio-extra img {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Michel replied

    Thank you !