Okay
  Public Ticket #3367389
"Break" before blog listings
Closed

Comments

  •  4
    mtmllc started the conversation

    Minor one here - but I can't figure it out. There seems to be a small "break" between the header on this page and the actual masonry blog items resulting in a horizontal white space before the entries appear.

    It's not anywhere I can find to edit this break out - how can i make the entries flush with the header image?

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body[data-bg-header="true"].category .container-wrap, body[data-bg-header="true"].author .container-wrap, 
    body[data-bg-header="true"].date .container-wrap, body[data-bg-header="true"].blog .container-wrap{
      padding-top: 0!important;
    }
    

    Thanks,

  •  4
    mtmllc replied

    Andrew - thank you - did the trick!  Much appreciated!!!