Need help with a minor design issue to get my text to appear where I want it

Discussion in 'HTML & Website Design' started by aab1, Mar 23, 2013.

  1. #1
    On my website I'd like the sentence "Increase Your Chances of Winning eBay Auctions While Decreasing the Winning Bid Amount!" to appear aligned to the left of the page, how do I do that? I don't at all understand what determines where the <div>'s appear.

    http://auctionautobidder.com/

    Thanks
     
    Solved! View solution.
    aab1, Mar 23, 2013 IP
  2. Mr-R-T

    Mr-R-T Active Member

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    50
    #2
    Where exactly do you want it? it's currently on the left of the command div. http://i.imgur.com/oO8eRmk.png

    Is this what want to do?

    [​IMG]
     
    Mr-R-T, Mar 23, 2013 IP
  3. aab1

    aab1 Member Affiliate Manager

    Messages:
    202
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    38
    #3
    Yes that's how I want it, how can I do that?

    Thanks
     
    aab1, Mar 23, 2013 IP
  4. #4
    Move this
    [​IMG]

    to here:

    [​IMG]

    and add margin-left: 38px; to the style. Although, I'd move all styles to the css file, cleaner that way. :)

    PS: CTRL+F5 afterwards to clear cache. (if there is any)
     
    Mr-R-T, Mar 23, 2013 IP