Okay
  Public Ticket #407077
Wrapping Text around image removes <p> bottom padding
Closed

Comments

  • Mark started the conversation

    On my porfolio page, wrapping text around an image removes bottom-padding on the first paragraph. With no images, the padding is there.

    Ideally, I'd like to accomplish this with a two column layout, but the text wont wrap around the image. Is there any way to do that?

    Thanks.

  • Mark replied

    Just trying to bump this ticket...

  •  8,849
    Tahir replied

    Hey Again,

    Could you try elaborating it with a screenshot.

    Thanks


    ThemeNectar Support Team 

  •   Mark replied privately
  •  8,849
    Tahir replied

    Hey Again ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    img~p {
        padding-top: 17px !important;
        padding-bottom: 0px!important;
    }


    Thanks


    ThemeNectar Support Team 

  •   Mark replied privately