How to align this part of a header to the right?

Discussion in 'HTML & Website Design' started by FashionPhotographer, Dec 16, 2012.

  1. #1
    Hi everyone,
    I have this the header file for my theme in wordpress and I am trying to get the menu links to align to the right of the page, how do I do this? Thanks!

     
    FashionPhotographer, Dec 16, 2012 IP
  2. abusschaert

    abusschaert Active Member

    Messages:
    265
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    65
    #2
    #masthead top {
    Float:left;
    }
    #masthead botmenu {
    Float:right;
    }

    Try this to start
     
    abusschaert, Dec 16, 2012 IP
  3. suwandichen13

    suwandichen13 Well-Known Member

    Messages:
    618
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    140
    #3
    maybe like this. <div id="top" align="right">
     
    suwandichen13, Dec 17, 2012 IP
  4. FashionPhotographer

    FashionPhotographer Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    Tried both but it doesn't seem to have any effect whatsoever.
     
    FashionPhotographer, Dec 17, 2012 IP
  5. FashionPhotographer

    FashionPhotographer Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    Maybe I need to modify something in style.css?

     
    FashionPhotographer, Dec 17, 2012 IP
  6. suwandichen13

    suwandichen13 Well-Known Member

    Messages:
    618
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    140
    #6
    iam sorry this was wrong code..
    try this
    <div id="top">
    <div align="right">
    blablabal
    </div>
    </div>
     
    suwandichen13, Dec 17, 2012 IP
  7. FashionPhotographer

    FashionPhotographer Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #7
    Not working I'm afraid.
     
    FashionPhotographer, Dec 17, 2012 IP