I want to limit the amount of items I show in a repeater when it is in stretched mode. I only want three to appear in each row if the screen is wider. I don’t mind that it goes to two when it is on a smaller display. I just don’t like it when it makes it 4 in the top and two in the bottom on a large display like in the image. I don’t want to make the repeater boxes smaller to fit within the 900 gridlines that is why they are in stretched mode.
Hi Matt,
You can resize one box till you have three boxes in a row. All boxes will eventually have the same size.
And if your repeaters do not have a special mouse-over effect, you can replace them with a Gallery.
Best of luck!
Thank you for reply. I have done all of the above but it still change sit on different screen sizes. I thought someone might have a snippet of code that I could add into the page that limits it too 3 in a row even on a large monitor.