[Resolved] Make the background image in full width display in section

Home Forums Support [Resolved] Make the background image in full width display in section

Home Forums Support Make the background image in full width display in section

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #910160
    Leo
    Staff
    Customer Support

    The 15px left and right padding are coming from a plugin so GP can’t control it:
    https://www.screencast.com/t/PgxFzdAx
    https://www.screencast.com/t/QPb91hEAS

    Hope this helps!

    #910261
    Kelvin

    Dear Leo,

    Many thanks for your professional advice. I finally find the .container class is declared by the Toolset plugins and the problem is solved by deactivating the plugins in a sequence of type-access > wp-views > types > cred-frontend-editor > layouts, or I add the

    body.home .container {
      padding-left: 0px;
      padding-right: 0px;
    }
    

    Hope this information can help other customers who use the GeneratePress and Toolset like me.

    Best regards,

    Kelvin.

    #910612
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.