• Resolved ihtnat0710

    (@ihtnat0710)


    In the online store, on the product pages, attributes moved out: they used to be aligned on the left side, but now in the center. Also, the choice of attributes: it used to be on the left side, and it became partly in the center, partly to the left.
    How to adjust styles so that attributes and selection of attributes are aligned on the left side?
    I give an example of a link to one of the pages of the site.
    Just indicate specifically in which file I should make the changes.

    Thank.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    You can align your style attributes to left using this Additional CSS :

    
    table.variations {
        display: table-caption;
        margin-right: ;
    }
    

    I hope this will help you.

    Regards
    Ruchit

    Thread Starter ihtnat0710

    (@ihtnat0710)

    Thank you. Everything worked out.

    And can you somehow increase the width of the column so that the name of each attribute fits in its own row? And also so that the options are fully visible?

    Hi

    To increase the width you can apply following addtional CSS as follows:

    
    td.label {
        width: 200px;
    }
    

    Regards,
    Ruchit

    Thread Starter ihtnat0710

    (@ihtnat0710)

    Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Attributes and attribute selection are centered. How to Align Left’ is closed to new replies.