• My categories box is wider than the sidebar on the page. I’m assuming it’s as wide as it is to accommodate the longest category text (which we are having trouble with proper categories showing as we only want the parent category to show in the drop down, but it still shows parent and child categories even after checking parent categories only to show), but I was wondering if there’s any way to fit the categories box so that it doesn’t overlap the sidebar? Or how can I make a category title go onto two lines?

    http://differentdream.com

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in!

    In order to resolve the issue; please add the following code under your Appearance > Theme Options > Custom CSS:

    #secondary select#cat {
        max-width: 100%;
    }

    You will get a look like this (see: http://prntscr.com/9vup5k )

    Hope this helps.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Category width wider than sidebar’ is closed to new replies.