Problem with alignment of a part of the site in IE8... PLZ HELP

Discussion in 'HTML & Website Design' started by CircleOfLinks, Apr 8, 2012.

  1. #1
    Hey guys,

    im having a problem getting a part of the site aligned up, its alligned to the right when it should be in the center

    im in the process of re building my site so its much easier to navigate but im having a small problem which i cant work out how to fix.

    you can access the new site at

    swiftproductions.com.au/v1/printing-specials (which is the page im having a problem with)

    its the bottom part that says '5 easy steps' and The terms underneith it.

    The problem is only happening in IE8. (see attached file for problem) Capture.JPG

    Can anyone help. ????

    My current programmer is currently away so ive been trying to get it but unable to fix it.

    thanks heaps in advance

    Regards

    Danny
     
    CircleOfLinks, Apr 8, 2012 IP
  2. heredia21

    heredia21 Well-Known Member

    Messages:
    384
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    135
    #2
    PM me I could help.
     
    heredia21, Apr 8, 2012 IP
  3. mybestpalonline

    mybestpalonline Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you are applying any kind of stylesheet to the mentioned post. use '!important' clause with your site.
    e.g
    h1
    {
    text-align:center !important;
    }

    It will override any existing stylesheet property that may be forcing your style to get right aligned.

    Hope it may help you.
     
    mybestpalonline, Apr 8, 2012 IP
  4. CircleOfLinks

    CircleOfLinks Active Member

    Messages:
    306
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    That didnt work... all it did was center the 'how to order' part.

    any other ideas?

    thanks for your help
     
    CircleOfLinks, Apr 8, 2012 IP
  5. mybestpalonline

    mybestpalonline Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    just apply text-align:center css to your paragraph tag:

    <p style="font-size:13px; font-family:Arial, Helvetica, sans-serif; padding-left:20px; color:#FFF;text-align:center
    ">
    ...
    </p>
     
    mybestpalonline, Apr 9, 2012 IP
  6. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #6
    Wrong markup. 'orderboxbig" needs to out of the current wrapper.
     
    radiant_luv, Apr 9, 2012 IP
  7. sash_007

    sash_007 Well-Known Member

    Messages:
    174
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #7
    sash_007, Apr 9, 2012 IP