• Resolved EatFree

    (@eatfree)


    HEllo!

    My url is https://www.eatfreeblog.com. I’d like to move my menu (Home, About Me, etc.) over to the left more. Please provide detailed instructions on where to go in the code to do this and what line to change. Thanks so much!!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter EatFree

    (@eatfree)

    I have barely any coding knowledge, any simpler solutions? any one place in the code I can go and change a line?

    In your css, look for this:

    #navigation {
        float: left;
        list-style: none outside none;
        margin: 0;
        padding: 30px 0 0 45px;
    }

    That last padding number 45px refers to the padding on the left. Change that to a lower number.

    esmi

    (@esmi)

    I’m sorry but it is beyond the scope of these forums to teach basic markup and CSS. Try asking on a general webmaster forum.

    Thread Starter EatFree

    (@eatfree)

    Hi Christine! THanks, I tried that (changed to 30) but didn’t work. Any other suggestions? (BTW, I changed it under “Menu”, is that correct?) THanks!!!

    I just changed it to 10px using Firebug and that shifts it left some more.

    Thread Starter EatFree

    (@eatfree)

    Thanks so much, Christine! It worked! Appreciate it! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Shift Menu to left’ is closed to new replies.