Okay
  Public Ticket #1164258
Space between photo on 1/2 column, 1/3 column and single photo in post.
Closed

Comments

  •  2
    Albert started the conversation

    I would like to reduce space between photo on 1/2 nectar column, 1/3 nectar column and single photo (standard blog photography) in post… and keep space between text and photo on 1/2 nectar column, 1/3 nectar column, single photo (standard blog photography). 

  •  2
    Albert replied

    I would like to do it in css.

  •  9,009
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Albert replied privately
  •  9,009
    Tahir replied

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

    article p {
        padding-bottom: 0px !important;
    }
    article .clear {
        padding: 0px;
    }
    article img {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Albert replied

    it works for space between photo and photo, but it reduce the space between photo and text (i want to keep original space).

  •  2
    Albert replied

    And i've lost space between paragraphs.

  •  9,009
    Tahir replied

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

    article p {
        margin-top: 10px;
    }

    Thanks


    ThemeNectar Support Team