• Resolved robgrayson

    (@robgrayson)


    Hi,

    I’m using the Autumn Concept theme. It’s a 2 column theme with the main post area on the left and a sidebar on the right. I wanted to make the main post area a little wider and the sidebar a little narrower. After lots of poking around (I know virtually nothing about php), I managed to do this. However, there is one element in the sidebar that is too wide to fit in the sidebar once I’ve made it narrower – it’s the “archivemenu” select drop-down box which allows you to select archived posts by month. I’ve scoured the various php and css files in the theme, and cannot find anything that relates to the width of this archivemenu item.

    Can anyone tell me how and where I can change the width of this item, please?

    To see what I mean, take a look at http://www.graysonsinfrance.net/Test/.

    Thanks in advance,

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • select {
    color:#3A3E3E;
    margin:0pt 0pt 7px;
    width:280px;
    }

    Edit your style.css (line 150) and reduce the width to 250px; or something.

    Thread Starter robgrayson

    (@robgrayson)

    Thanks, Srikat, for your very fast and very correct reply. Of course, I was searching for a mention of “archivemenu” when I should have been looking for “select” in the css file.

    It’s now perfect – thanks very much.

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to change archivemenu width’ is closed to new replies.