I'm sure this is something silly I'm missing. Can anyone take a look at this page and tell me why BYOB section is showing up on the right and not right under the American section?
Thanks in advance.
I'm sure this is something silly I'm missing. Can anyone take a look at this page and tell me why BYOB section is showing up on the right and not right under the American section?
Thanks in advance.
You just need a clearing element below the <div class="tagPlaces"> for Breakfast:
<div class="tagPlaces">
<h3><span id="ctl00_ContentPlaceHolder1_TagListView_ctrl2_TagName">Breakfast</span></h3>
remaining div content
</div>
<div style="clear: both"></div>
Due to the combination of:
clear: none
(the default)Set clear: left
on every third group after the first (1,4,7,10,etc)