Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cnolan

    (@cnolan)

    UPDATE: Adding !important to the padding seemed to fix it, though am not sure what is clashing with it!!

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Cnolan,

    Thanks for posting!

    Took a peek at your site and it looks like that code doesn’t do anything since your theme isn’t applying any padding to the paragraph tags. It’s adding a bottom margin instead. If you want to remove that, try the snippet below instead. 🙂

    .entry-content p {
      margin-bottom: 0;
    }

    Ben

    • This reply was modified 9 years, 7 months ago by Ben Carlo.
    Thread Starter cnolan

    (@cnolan)

    That is strange! It just seems to occasionally shrink! I will add this in. Thank you very much 🙂

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    No worries at all! Glad we could help. 🙂

    Enjoy!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with Beaver Builder content shrinking’ is closed to new replies.