gavinhanly
05-12-2009, 12:55 PM
On the breadcrumb on this page:
http://www.hot-dinners.com/The-City/whitechapel-gallery-dining-room
"room" wraps underneath the "you are on" section. I don't mind it wrapping, but I would rather "room" aligned underneath "home" (i.e. so nothing wraps under "You are currently on".
The HTML is:
<div id="breadCrumb">
<div id="current">You are currently on: </div>
<div><jdoc:include type="modules" name="breadcrumb" /></div>
</div>
The only CSS I'm using is:
#current {
position: relative;
float:left;}
Any ideas on what I need to do would be really helpful!
http://www.hot-dinners.com/The-City/whitechapel-gallery-dining-room
"room" wraps underneath the "you are on" section. I don't mind it wrapping, but I would rather "room" aligned underneath "home" (i.e. so nothing wraps under "You are currently on".
The HTML is:
<div id="breadCrumb">
<div id="current">You are currently on: </div>
<div><jdoc:include type="modules" name="breadcrumb" /></div>
</div>
The only CSS I'm using is:
#current {
position: relative;
float:left;}
Any ideas on what I need to do would be really helpful!