• The site is http://bciohio.com/newpages/2011

    I “optimized” the tables in the database and now the menu is messed up.

    NOT a coder, but I just spent the last three hours trying everything and I can’t get the “sub-menus” to open to the RIGHT of the main menu. They come up but right on top so they can’t be used.

    ANY help would be appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I doubt it’s related with anything in the database. Please go into your style.css file and add this at the end of the file:

    body.home #access ul ul { top:0!important, left:275px!important; }

    I think this will make it work. Let me know if this helps 🙂

    Thread Starter cbennett1959

    (@cbennett1959)

    Abinav,

    Thank you for the quick reply. The .css that addresses the HOME PAGE is home.css (See Below)

    Someone else wrote this for me and they are no longer available.

    #access {
    height: 280px;
    border-bottom: 4px solid #fdb94e;
    overflow: visible;
    position: relative;
    }

    #access .menu {
    width: 275px;
    padding: 0;
    margin: 20px 0 0 0;
    float: left;
    }

    #access .menu li {
    float: none;

    }

    #access .menu li a {
    border-bottom: 1px solid #56714E;
    display: block;
    background: transparent url(/wp-content/themes/BCI/images/main_nav_arrow.jpg) no-repeat 60px right;
    padding-left: 100px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Times, Times New Roman;
    font-weight: bold;
    }

    #access_img {
    position: absolute;
    top: 1px;
    left: 300px;
    }

    #header_verse {
    color: #aaac85;
    width: 300px;
    position: absolute;
    left: 670px;
    top: 70px;
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    }

    #main {
    background: url(/wp-content/themes/BCI/images/home_background.png);
    }

    #homepage_sidebar {
    float: right;
    overflow: hidden;
    width: 240px;
    padding: 0 20px;
    }

    Hi,
    Did you try adding the line of css that I provided above into home.css?

    Thread Starter cbennett1959

    (@cbennett1959)

    yes…. and it didn’t work. I am going in another direction. 🙁 after 12 hours of getting nowhere. (Momma said there’d be day like this)

    Thanks for your efforts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Screwed up a custom theme, need help with menu’ is closed to new replies.