Site logo

Archived topic

Sidebar configuration

20 replies · Started by Liran on January 29, 2019

Viewing posts 16–21 of 21

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

OK, this post seems to be fine.

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

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);
    }
}

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

You're welcome :)

This archived topic is closed to new replies.