Skip navigation
LawWebServices
Currently Being Moderated

Content Alignment

Jun 27, 2012 4:15 PM

I am having an issue with some content aligment on the site www.murrayralston.com. It looks okay in some browsers but I have noticed that in Chrome, and safari the phone numbers on the top right side of the page are bumped down to below the company name. I have no idea why this is happening but it is supposed to be aligned to the top of the page. In firefox, IE, and Opera all seem fine.

 

Any suggestions would be a huge help.

 

Brad

 
Replies
  • Currently Being Moderated
    Jun 27, 2012 4:51 PM   in reply to LawWebServices

    It happens in ALL browsers with increased text size (View > Zoom > Text Only,  Ctrl+++)

     

    Floated elements must have a declared width.  Try this in your CSS:

     

    #header {

         float: left;

         width: 400px;

    }

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points