Okay
  Public Ticket #2379206
Blog Post Slider
Closed

Comments

  • Sarah Berry started the conversation

    I'm trying to use the recent blog post slider element, but when I add it to my page, all that comes up is a blank space at the bottom. Attached are my settings in the page builder. I would love to figure out what's going wrong here.

    Thanks so much!

  •  1,089
    ThemeNectar replied

    Hey Sarahsmile.png

    It looks like that could be occurring due to a plugin conflict or by the fact you're running quite an old version of Salient. For now, you can immediately correct the issue by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:

    body .wpb_row {
        position: relative;
        width: 100%;
    }
    

    Cheers

  • Sarah Berry replied

    Thank you so so much, that solved it! Cheers