- This topic has 1 reply, 2 voices, and was last updated 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Air HTML5 Template › gap on right hand side of grid
I am not sure why, but on my main home page there is a gap of about 3-5px to the right of the grid. How do i change this so the images go all the way to the edge?
https://helenneville.com/shetouch/
Thanks
Helen
Hi,
Please add the CSS for home page:
@media (min-width: 768px) {
.ux-portfolio-4col .grid-item {
overflow: initial;
}
.container-masonry .grid-item-inside {
width: calc(100% + 1px);
}
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook
Subscribe to our newsletter to receive news & updates. We promise to not spam you, super promise!