Hello,
I have a essential grid who makes a white space on the right of the website when i clic on a image, this white space desapear when i close the image, do you have a idea why ?
Hey @Lyser,
Thanks for writing in!
Did you add a plugin that has something to do with the scroll bars? There is a custom css added to a page like this:
.compensate-for-scrollbar {
margin-right: 15px;
}
To get around this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.compensate-for-scrollbar {
margin-right: 0 !important;
}
Hope this helps. Kindly let us know.
I don’t have any addon that has someting to do with scrollbar exept perhaps essential grid but i’m not sure.
Thx @RueNel, it"s working fine now.
Hey @Lyser,
If it’s not a plugin, it could be some custom code you added to your site. It’s best to remove that code rather than overriding it.
Thanks.
Ok, i’ll check that thx !
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.