Forums

weird alignment (9 posts)

  1. watex
    Member
    Posted 2 years ago #

    go here: http://theclubpenguincheats.com/chatroom/

    scroll down and look at "Other expectations"
    the alignment is all messed up. I cant seem to fix it in the post. I set it to left alignment but that happens.

  2. Steffen Jørgensen
    Member
    Posted 2 years ago #

    It looks just fine to me...

  3. watex
    Member
    Posted 2 years ago #

    no, look at the words 'OTHER EXPECTATIONS"

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Fine for me in Firefox and IE8. Hasn't this one come up before?

  5. Peter Boosten
    Member
    Posted 2 years ago #

    That particular phrase indeed is a bit too much to the left in safari en ff (mac).
    Will have a look at it in a jif.

    Peter

  6. rh3sus
    Member
    Posted 2 years ago #

    That particular heading is in a <div> while the others are not.

    i.e. :

    <div style="text-align: left;"><span style="text-decoration: underline;"><strong>Other expectations</strong></span></div>

    while

    <p><span style="text-decoration: underline;"><strong>Essential Expectations</strong></span></p>

    so edit the page to remove the <div>, or if it really needs to be in a <div> you can add margin-left:15px; to the element style to line it up with the rest.

  7. Peter Boosten
    Member
    Posted 2 years ago #

    Please start by validating the source, you have some errors (23). If I counted correctly you have some unbalanced elements (opening tags <> closing tags).

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftheclubpenguincheats.com%2Fchatroom%2F

    Peter

  8. Peter Boosten
    Member
    Posted 2 years ago #

    To be specific: the navigation menu is unbalanced:

    <ul id="page-list"  class="clearfix">
    
    <li class="page_item page-item-4">
    <a href="http://theclubpenguincheats.com/forums-d/" title="<a href=&quot;http://forum.theclubpenguincheats.com/&quot;>Forums</a>">
    <a href="http://forum.theclubpenguincheats.com/">Forums
    </a>
    </a>
    </li>
    
    <li class="page_item page-item-2926">
    <a href="http://theclubpenguincheats.com/trackers/" title="Trackers">Trackers
    </a>
    
    <li class="page_item page-item-3025">
    <a href="http://theclubpenguincheats.com/codes/" title="<a href=&quot;http://theclubpenguincheats.com/club-penguin-coin-codes/&quot;>Codes</a>">
    <a href="http://theclubpenguincheats.com/club-penguin-coin-codes/">Codes
    </a>
    </a>
    </li>

    Peter

  9. watex
    Member
    Posted 2 years ago #

    1. do i copy/paste that code for the navigation bar?
    2. how do i fix those validation errors?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.