Jump to content

How to allign these elements?


Recommended Posts

Do you know what I should change to move them a little higher?

 

For a quick and easy solution you could define the height of the breadcrumb div.

 

For example

.breadcrumb {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    height: 42px;
    margin-bottom: 10px;
    margin-left: 8px;
}

Not sure if that is the best solution but it does work. Perhaps others will have other ideas.

 

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...