Announcement

Collapse
No announcement yet.

Suivant theme - category display

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Suivant theme - category display

    When displaying subcategories, if the cat name is long and wraps, the cat page displays with incorrectly. Anyone encounter this or know how to fix?

    See attached.
    Attached Files

    #2
    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

    https://www.dev4web.net | Twitter

    Comment

    Working...
    X