Forums

[resolved] Twenty Ten Menus (10 posts)

  1. cazcrumb
    Member
    Posted 1 year ago #

    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

  2. t-p
    Member
    Posted 1 year ago #

    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.

  3. cazcrumb
    Member
    Posted 1 year ago #

    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.

  4. t-p
    Member
    Posted 1 year ago #

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

  5. cazcrumb
    Member
    Posted 1 year ago #

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

  6. cazcrumb
    Member
    Posted 1 year ago #

    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.

  7. cazcrumb
    Member
    Posted 1 year ago #

    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.]

  8. t-p
    Member
    Posted 1 year ago #

    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"

  9. cazcrumb
    Member
    Posted 1 year ago #

    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.]

  10. t-p
    Member
    Posted 1 year ago #

    You are welcome! :-)

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

Topic Closed

This topic has been closed to new replies.

About this Topic