• Resolved arob6122

    (@arob6122)


    Hi All!!

    Thanks for viewing this support request. I am currently using the twenty eleven wordpress theme and I need to remove the white space that is above the menu ( right below the tagline / site description). I also need to remove the white space above the site title.

    You can see the site at JayMalik.com

    Can you see the white space above AND below those areas?

    Can you please assist me with the right code to remove it.

    I’ve tried so many different ideas that I have been finding and nothing is working.

    I AM using the child theme.

    Here is what I have in the child theme’s style.css file at the moment:

    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Your name here
    Template: twentyeleven
    */
    
    @import url("../twentyeleven/style.css");
    
    #main,.singular.page .hentry{padding:0;}
    
    #site-title {
    #site-title {
    margin-right: 270px;
    padding: 0.65625em 0 0;
    }
    
    #site-description {
    color: #7a7a7a;
    font-size: 14px;
    margin: 0 270px 0.65625em 0;
    
    }
    
    #access a {
    color: gold;
    display: block;
    font-size: 16px;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
    }

    Also a sidebar request would be to help me change the navigation menu text to gold. It was gold before and i don’t know what happened.

    THANKS 4 UR HELP!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like you have a code error in that CSS — which is preventing any subsequent CSS from working — at the top this:

    #site-title {
    #site-title {

    Thread Starter arob6122

    (@arob6122)

    Hello WPyogi.. Thanks for that super fast response! I removed one of those lines so now the code looks like this:

    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Your name here
    Template: twentyeleven
    */
    
    @import url("../twentyeleven/style.css");
    
    #main,.singular.page .hentry{padding:0;}
    
    #site-title {
    margin-right: 270px;
    padding: 0.65625em 0 0;
    }
    
    #site-description {
    color: #7a7a7a;
    font-size: 14px;
    margin: 0 270px 0.65625em 0;
    
    }
    
    #access a {
    color: gold;
    display: block;
    font-size: 16px;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
    }

    The only thing is it still looks the same. Any other ideas?

    Thanks!

    It looks fine to me. Try clearing your caches — browser and any plug-ins you may have.

    Thread Starter arob6122

    (@arob6122)

    yes, I needed to clear my cache. THANKS SO MUCH!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HELP PLS!! NEED 2 remove White Space from twenty eleven theme’ is closed to new replies.