Update:
I've used: <div class="row"> <div class="col-md-3 col-sm-4 col-xs-6"> to put them in sort of rows.
What i mean by that is I have images:
1 5
2 6
3 7
4 8
When I really want images:
1 2 3 4
5 6 7 8
What am I missing?
Update:
I've used: <div class="row"> <div class="col-md-3 col-sm-4 col-xs-6"> to put them in sort of rows.
What i mean by that is I have images:
1 5
2 6
3 7
4 8
When I really want images:
1 2 3 4
5 6 7 8
What am I missing?
Thanks for the replies; I am using bootstrap. I've got the items to appear in the right order, now I'm facing a new problem - the 4th item isn't aligned (The first 3 are aligned, the 4th droops down). Any ideas on what I'm doing wrong?
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-6"><a href="website#1/"><img src="image#1.jpg"></a></div>
<div class="col-md-3 col-sm-4 col-xs-6"><a href="website#2/"><img src="image#2.jpg"></a></div>
<div class="col-md-3 col-sm-4 col-xs-6"><a href="website#3/"><img src="image#3.jpg"></a></div>
<div class="col-md-3 col-sm-4 col-xs-6"><a href="website#4/"><img src="image#4.jpg"></a></div>
</div>
A link to the site would help.
What resolution are you looking at it, the col-sm-4 would force the 4th to drop, try removing it, and see how it works.
My apologies, I thought I included the link in the last post. Trying to do too many things at once.
Here is the link: http://www.bellablvd.net/shop/index....d=23&chapter=4
I removed the col-sm 4 with no change.
Thanks again for your help!
I thought it dropped to the next row ...
Anyhow try removing from the markup
i.e.
<div class="row">
BTW do you need to load such large images?
Last edited by keneso; 6 Apr 2016 at 06:46 PM.
Hi,
Yeah that is what she is looking for. Four larger images on each row. Ugh, I feel like an idiot...it was the that was causing the problem. I don't know if it's a normal Zen Cart issue, but it seems every time I do the EZ Pages, and go into HTML, those will randomly appear.
THANK YOU SO MUCH!