Okay
  Public Ticket #948987
Blog
Closed

Comments

  • Daniel started the conversation

    Hi Tahir,

    Some of the articles (see my url) show different white spaces above and beneath. I'm looking at this example: http://themenectar.com/demo/salient-frostwave/blog-infinite-scroll/.

    Could you please help me out.

    Regards.
    Daniel 

  •  8,996
    Tahir replied

    Hey Daniel,

    Its because you have set a white page background in the Salient Theme Options Panel . I just turned it blue in the browser and as you can see the gaps are the same : 


    Try changing it to a lighter grey  .
     Thanks 


    ThemeNectar Support Team 

  • Daniel replied

    Hi Tahir,

    I see. Somehow my grey background css in the Blog page is not working anymore as I have something changed in the Blog configuration.

    I mean the different (big) white gaps between title/meta and the image/text/video. And the different (big) white gaps between text and the line above the date. Does it have something to do with the blog configuration or with building the article (Visual Composer)?

    Thanks again.
    Daniel

  •  8,996
    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 .wpb_row {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team