×

Center items

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #869
    Ali Khallad
    Keymaster

    Hello,

    In a checkbox div, i have two items instead of three items and i want to center them horizontally ! how can i do it please ?

    You can see it on this link : http://worldwidebusinessoffice.com/forfait/silver/

    Thank you

    #870
    Ali Khallad
    Keymaster

    Add this to your css for this specific product (this will only apply to this product)

    ul#input_1544_2 li {
        float: none;
    }
    ul#input_1544_2 {
        text-align: center;
    }
    #871
    Ali Khallad
    Keymaster

    Thank you Ali,

    It worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.