Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author manuelmasia

    (@manuelmasia)

    Hi Tom,

    I think your theme filter the content somehow or you simply misses an empty paragraph. I can’t check from the shot only, but that seems the scenario.

    Manuel ??

    Thread Starter tomh134

    (@tomh134)

    Hi Manuel,

    Here is a link to the site & page where i am using this.

    https://tinyurl.com/le62q9c

    Thanks

    Tom

    Plugin Author manuelmasia

    (@manuelmasia)

    Thank you Tom. I see some empty paragraphs. Maybe the theme you use filter the content and this overrides the filter of the plugin somehow. If you see the problem on that section only, you can add and ID to the row, for instance “schedule_row” and add to your theme some extra CSS:

    #schedule_row p {
        display: none;
    }
    

    I think you’ll have problems with validation maybe, but you’ll fix the layout issue.

    Manuel ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vertical Alignment issue when have more than 1 item?’ is closed to new replies.