Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter 008Rohit

    (@008rohit)

    On a side note, is the text on my blog hard to read because of the white-on-blue setup?

    [No bumping, thank you.]

    Moderator cubecolour

    (@numeeja)

    You could try limiting the width of the dropdown with css, eg:

    select#cat {
        width: 150px;
    }

    Thread Starter 008Rohit

    (@008rohit)

    Doesn’t seem to work. :/

    Where did you add that code? It’s not visible. Did you clear the caching on your site?

    Thread Starter 008Rohit

    (@008rohit)

    style.css

    I cleared the caches too.

    Maybe that style.css doesn’t get used because it was mostly blank. I’ll have to look if the framework’s style.css or any other ones are used.

    Thread Starter 008Rohit

    (@008rohit)

    It did work, but it shrinked the width of the dropdown menu sitewide. Is there a way to do this only for single post pages?

    UPDATE: Thanks a lot. I’ve replaced 200px with 100% and it now works just the way I want it to work.

    Yes, see if this works to do that:

    .sidebar-b-left select#cat {
        width: 100%;
    }

    Thread Starter 008Rohit

    (@008rohit)

    Thanks WPyogi, I’m using the 100% value site-wide now and it’s serving me well. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘About the drop-down 'categories' widget’ is closed to new replies.