• I just updated to wordpress 3.5 from 3.4.2 and now I have a slight menu problem I cannot seem to fix. Maybe somebody can please assist me.

    I already was using a twenty eleven child theme. All I did was upgrade to 3.5 and it seemed to change my center menu (I have 3). You’ll notice if you put your mouse over the main links in the center say the “Home” Link it is not aligned anymore with the menu. Also the text of all the links is pushed up a little. My style.css code is below. Can someone tell me what to try and put in my stylesheet to fix this new problem?

    http://www.butuan.biz/

    Thanks very much and Happy Holidays

    ================================================

    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Me
    Template: twentyeleven
    */
    
    @import url("../twentyeleven/style.css");
    
    /* Remove white space between top of header and top of page */
    #page {
    margin-top: 0;
    }
    
    /* Remove gray line at top of header */
    #branding {
    border-top: 0;
    }
    
    #access { float:none; }
    #access { text-align:center; }
    #access ul { display:inline-block; }
    #access div {
    	margin: 0 0 0 0;
    }
    #branding .only-search + #access div {
        padding-right: 0;
    }
    #access ul {
    margin: 0 0 -7px;
    }
    
    #branding img {
    height: 100;
    margin-bottom: -7px;
    width: 100%;
    }
    
    #branding #searchform { top: 0px; }
    
    /* Search Form */
    #branding #searchform {
    	display: none;
    }
    
    .recent-posts {
    display:none;
    }
    
    #main,.singular.page .hentry{padding:0;}

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Updated to 3.5 now menu is a little off. Please help.’ is closed to new replies.