• Hi!

    After the latest update of WordPress my website suddenly got problems with padding and margins. For example I have two rows with three columns in each and have pictures in the upper row and text in the lower row and they are now differently aligned even if they are all centered and have the same padding & margins. Also the padding suddenly changed on some of my headlines so the padding to the border lines of the row got much larger. I’ve tried to fix most issues to the best of my ability but you’re still able to see some misalignments on the website http://www.amdhh.se.

    I’m using:
    Wordpress v. 4.6.1
    Tesseract theme v. 2.7.1
    Beaver builder plugin lite v. 1.8.6

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Jesper,

    Thanks for posting!

    It looks like the theme you’re using is adding a 30px padding to the paragraph tags, causing extra space on the left. Adding the CSS snippet below should override the theme’s. You can place it under Tools > Global Settings > CSS so it gets applied to all pages using our page builder. 🙂

    .entry-content p {
      padding: 0;
    }

    Hope this helps!

    Ben

    Thread Starter jespersson

    (@jespersson)

    Thanks a lot mate, things are all back to normal now! Thanks for an awesome plugin! 🙂

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    No worries at all, Jesper! Glad we could help. 🙂

    Enjoy BB!

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

The topic ‘Beaver builder problem after update’ is closed to new replies.