Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Website Alignment Out on Macbook

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42972
    therockstar
    Participant

    G’day everyone,

    Why my website http://www.parkwayshenton.com/ Alignment Out on Macbook. Its showing fine on PC.

    Please Help

    #126072
    yeeyang
    Participant

    your width on your `.wrapper` is 980px.

    #126074
    therockstar
    Participant

    @yeeyang

    thanks for reply

    if you check the website on macbook the problem is top menu bar CONTACT US jumped to next line and if you hover over it will show you alignment is fine. I have to find solution of it on mac

    #126075
    wolfcry911
    Participant

    The problem is the difference in font rendering. Your menu is wrapping because the font (or padding) is too large. The floating slider then ‘catches’ on the wrapped menu item and displaces the sidebar. To prevent the slider from doing so, I’d add a clear: left to #slider-col. The menu will need addressing by changing font size (perhaps 11px), weight, or padding; or some other fix.

    #126077
    therockstar
    Participant

    Thanks @Wolfcry911 I will make that changes =)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.