Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1159688
An issue with Visual Composer
Closed

Comments

  • mglisci started the conversation

    Hi,

    There seems to be a problem with Visual Composer. On the home page in the link above, I had a text box that I couldn't get any paragraph breaks. I checked the code and the </p> was at the end but there was no break at all. I had to put spaces between every paragraph. The first text box on the home page has two paragraphs but it doesn't show. See screen shots. Is this something you can help with or do I have to get in touch with Visual Composer. I use VC in other themes and it works fine.

    Thanks,

    Marilyn Glisci

  • [deleted] replied

    Hi,

    Try to add this code to Custom css field in theme option:

    .wpb_text_column p {
        margin-bottom: 20px;
    }
  • mglisci replied

    Thank you so much!! That worked and I can adjust it if need be.