If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The quickest way to correct this would be to add a minimum height to the style reference. For example, if the name wraps to a second line regularly, you could do something like this:
Code:
.sub-category a {
display: block:
min-height: 3em
}
Matt Zimmermann
Miva Web Developer Alchemy Web Development https://www.alchemywebdev.com Site Development - Maintenance - Consultation
Miva Certified Developer Miva Professional Developer
Comment