• Resolved musicalmedley

    (@musicalmedley)


    My site is currently running on the Autumn Forest theme. When I check the box in the Archives widget for a drop down menu I end up with the look of the drop down menu on my site, but when you click on the menu nothing happens (nothing drops down). Can anyone recommend a way to get the check box in the Archives widget to work with the theme? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have any archives yet?

    Thread Starter musicalmedley

    (@musicalmedley)

    Yes, I have a couple of posts from two different months, but the archive drop down menu is still not working. The site is austinshadduck.com/news.

    The photo above is overlapping the dropdown and interfering with its functioning. Edit style.css (line 719) and change:

    #sidebar #about-me {
    background:transparent url(imgs/bg-about.png) no-repeat scroll 0 0;
    color:#383221;
    height:350px;
    margin:-340px 0 0 -46px;
    padding:50px 0 0 50px;
    position:absolute;
    width:350px;
    }

    to

    #sidebar #about-me {
    background:transparent url(imgs/bg-about.png) no-repeat scroll 0 0;
    color:#383221;
    height:300px;
    margin:-340px 0 0 -46px;
    padding:50px 0 0 50px;
    position:absolute;
    width:350px;
    }
    Thread Starter musicalmedley

    (@musicalmedley)

    Thank you, that was the problem. The change to 300px worked like a charm.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Drop Down Archives in Old Theme’ is closed to new replies.