Hi David,
I tried both of those settings with Fullwidth stretched and full-width contained but it still extends beyond the standard width which is not what I need. I’ve provided a screenshot of what I mean.
You previously helped me with this and the number of images displayed so I’m not sure if this has something to do with it?
I’ve amended this for you.
I’d like two rows of five instagram images but the social grid options only allows me to select 1, 2, or 3 rows. It seems as though it think’s there’s 3 items to a row but for some reason the social grid size has been changed to be smaller with my theme. I can’t seem to find the css that’s changed this.
To do this, set the Insta page builder asset to “2 Rows” and then to “Fullwidth”.
Then please add this to Theme Options => Custom CSS:
ul.grid-items.row {
max-width: 1170px;
margin: 0 auto;
}
Attachments:
You must be
logged in to view attached files.