• Resolved cazcrumb

    (@cazcrumb)


    Hi all,

    really annoying problem, I’d got my site (www.crumbcakes.net) to just how I wanted it and when I updated the Twenty Ten theme I lost all my custom edits!

    I’ve since leanred that I should have created a child theme (will do next time), but in the interim can you help.

    I’ve now got a white space between my header images and menu I’d like to recolour or lose.

    More inportantly however is that the spacing is lost between my menu items,happy to reedit the CSS if you can help.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator t-p

    (@t-p)

    More inportantly however is that the spacing is lost between my menu items,happy to reedit the CSS if you can help.

    currently you have padding-right:0pxand padding-left:0px

    add some padding.

    I’ve now got a white space between my header images and menu I’d like to recolour or lose.

    I am sure about it. All I think of it see if you have assigned any line-height to heade and and nav rules. try remoing it and see if that helps.

    Thread Starter cazcrumb

    (@cazcrumb)

    t-p thanks for your help but I can’t find the padding left and padding right in the CSS editor, where is it.

    Also you refer to assinging line height to header and nav rules, where are these.

    Thanks again for your help.

    Moderator t-p

    (@t-p)

    If you don’t have em then add then add them to you nav in your style.css

    Thread Starter cazcrumb

    (@cazcrumb)

    How would that look t-p and where about in the nav in style.css would it go?

    Thread Starter cazcrumb

    (@cazcrumb)

    All an update to this annoying problem.

    When I have the editor open in one tabbed browser and the page open in another – the spacing between the menus is fine. However, as soon as | save the editor version and close the page – the menu loses its text spacing again!

    Help please, this is dricing me crazy.

    Thread Starter cazcrumb

    (@cazcrumb)

    Another update to this never ending problem.

    I’ve now tried adding the padding in the menu area and to no avail – it simply does not respond. I did try it with text spacing and that worked (just to test), but the same word spacing command did not work?

    Please helps – see code below for current set up. You can see it in action at http://www.crumbcakes.net

    Thanks again for anyone’s help.

    /* =Menu
    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Moderator t-p

    (@t-p)

    try in this:

    #access a {
            color: #fceed1;
            display: block;
            line-height: 38px;
            padding: 0 10px;
            text-decoration: none;
    }

    It works for me. You have “px” missing at the end of “10”

    Thread Starter cazcrumb

    (@cazcrumb)

    t-p thanks for that – it worked!
    Just the px missing – thanks for the help.

    So any chance of a quick look at the header to see how I can remove the white border – as before thanks for your help on this.

    /* =Header
    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Moderator t-p

    (@t-p)

    You are welcome! 🙂

    sorry, I can’t figure ut the white border issue.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Twenty Ten Menus’ is closed to new replies.