Site logo

[Support request] How to fix sidebar

Home Forums Support [Support request] How to fix sidebar

Home Forums Support How to fix sidebar

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #2479947
    David
    Staff
    Customer Support

    Can you make those changes and save them so i can see whats going on ?

    #2479955
    Max

    i did save them

    know that all the blogpost have this element. Those this maybe do something
    https://ibb.co/R7RZYH5

    #2480512
    David
    Staff
    Customer Support

    I don’t see those changes on this page:

    https://www.kleurintens.nl/verbouwen/isolatie/wat-is-deurisolatie/

    There is still padding on the image, and the sidebar is still set to 25%.

    Have the changes been published in the customizer ?

    #2491943
    Max

    Everything is right now, how you asked.

    #2492600
    David
    Staff
    Customer Support

    OK, add this CSS to make that block element fill the width of the content:

    .single-post .inside-article > .gb-container  {
        margin-left: -50px;
        margin-right: -50px;
    }
    @media(max-width: 768px) {
        .single-post .inside-article > .gb-container  {
            margin-left: -30px;
            margin-right: -30px;
        }
    }
Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.