Home Forums Basel support forum Product Page Show Attribute Title

Product Page Show Attribute Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22695

    rubberdragon
    Participant

    We have product pages with multiple attributes, e.g. https://www.diy-fence.co.uk/product/pedestrian-access-field-gate-kit/

    There are 4 attributes, how can we show the attribute name next to each drop down?

    #22701

    Bogdan Donovan
    Keymaster

    Hello,
    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-design-alt table.variations td.value {
    	display: block;
    }
    
    .product-design-alt table.variations td.label {
    	display: block;
    	padding-bottom: 10px !important;
    }

    Regards

    #22866

    rubberdragon
    Participant

    Wonderful, that works, thank you. Can I also place the attribute title to the left of the dropdown using Css?

    #22871

    Artem Temos
    Keymaster

    Sorry, but it can’t be left to the attribute on this product layout type.

Viewing 4 posts - 1 through 4 (of 4 total)