Okay
  Public Ticket #995862
Gap Below Module On Blog Posts
Closed

Comments

  •  1
    Trevor started the conversation

    Hi - my bottom-most module on my posts (using the pagebuilder) is a map module. Below that is then the Author Bio. Between the two you can see I have a Gap. I'd like to remove that Gap so that the line above the Author Bio is flush with the bottom of my map on all posts. Thanks!

    http://gopuntacanavacations.com/costa-atlantica-bh301/

  •  8,996
    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) :

    #post-area > article .content-inner {
        padding-bottom: 0px !important;
    }
    .single-post .row {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Trevor replied

    Perfect thanks!