Hi Peeps!
I’ve included the Category and the Archive in my sidebar. I’ve also selected the “drop down” menu option, so both appears with a little box in the sidebar.
However, the box becomes bigger (wider) as the category names become longer. If the name is too long, the category box will go outside of the sidebar making it look very unprofessional.
Is there a way for format the box so that it stays the same width no matter how long the category name is?
I would really like to have both the Category and Archive box have the same width.
Thanks!
You can add something like this to your custom styles:
select {
max-width: 100%;
}
Thank you for the reply!
However…may I know how I can add that and where? Sorry, I’m really new with all this so I’m not really sure how to do it.