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

    (@hinampaksh)

    Hey @rafaelmagic,

    Thanks for posting!

    Our page builder only works within the content area the theme provides. The snippet below should force pages using our page builder to go full width. You can place it under Tools > Global Settings > CSS(within the page builder interface) so it gets applied to all pages using our page builder.

    .fl-builder #content-container {
      width: auto;
    }
    .fl-builder #content-container .main-content-padding {
      padding: 0;
    }

    Hope this helps! ??

    Ben

    I have a profiles page and the grey background is only right accross the page on some profiles such as the first one Also there is space between the details and ” about me” section.on some but not others. I have looked really carefully and cannot find any difference in any of the coding etc Please find the page at this address as I cannot explain myself too https://www.homestayenglish.uk.com/homestay-teachers-in-scotland-and-wales/ Thankyou

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Width Not Working with U-Design Theme’ is closed to new replies.