Hi there. I’ve been able to solve most of my problems scouring the forums, but this one has me stumped.
Website: http://www.defunct-shift.com/?page_id=489
I am using TheGrid plugin to display a gallery. I am trying to have it span the page with a 20px margin on both sides.
For some reason, when you first load the page, the right margin is much less than the left. I don’t know if the page contents are being loaded under the scrollbar, off screen or something. I thought initially it was due to the overflow code, i am using, but it seems unrelated. This seems to happen with Thegrid, Enviragallery and the essential grid plugins, doesn’t matter which one I use.
When you resize the browser window down, the margin properly sets itself to 20px on the right. Same issue in firefox and chrome on windows.
I have tried:
- Full width setting with 20px margin all in Thegrid plugin itself - same result
- No full width, no margin settings in the plugin, but margin / padding settings on the section as well as row in cornerstone in different combinations - same result
- Tried various codes from forum posts that seems to have somewhat related problems to no avail.
Any help would be greatly appreciated. Pictures attached below. Thanks!
I am using this custom code for various other functions, but they don’t seem to be the cause:
.x-navbar{
background-color:rgba(0, 0, 0, 0);
border-bottom: 0px;
}
.rev_slider_wrapper {
margin-top: -20px !important;
}
.x-navbar .x-container.max.width {
max-width: 100%;
width: 100%;
}
body {
overflow: initial;
}