[Resolved] Sidebar configuration

Home Forums Support [Resolved] Sidebar configuration

Home Forums Support Sidebar configuration

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #795837
    David
    Staff
    Customer Support

    I have asked the team to have a look as i can’t replicate this issue on my Mac.

    #795855
    David
    Staff
    Customer Support

    Leo had a look as well – here is his screenshot at 1050px:

    https://www.screencast.com/t/vv6yT5myKh

    #795879
    Liran

    OK, this post seems to be fine.

    Click on the nail dip kit article (in the menu), you should see the problem

    #796056
    Tom
    Lead Developer
    Lead Developer

    I’m seeing the issue on Chrome, not sure why it’s happening though.

    What if we tried this CSS instead?:

    @media (min-width: 769px) {
        #right-sidebar {
            width: 300px;
        }
    
        .inside-right-sidebar {
            padding-right: 20px;
        }
    
        #primary {
            width: calc(100% - 300px);
        }
    }
    #796970
    Liran

    Thank you, Tom. It seems to have done the trick

    #797167
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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