Single product page, position attributes
-
Hello,
I don’t like the style of single product page.
Can I move the word “Innenstoffe” (attribute) to the marked place.
In the current position it could be confusing for the customers.
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Unfortunately, you could not move the text as displayed in the screenshot to the marked place. Because the text is wrapped in a label tag and if we try to move it using CSS it will affect other labels on the page.
So you could not make an effect on one by leaving the others.
Best Regards.
Hm,
then I have to separate the single attributes visually, in order to make it less confusing for the customers. Is it possible to add a horizontal line or maybe add some more space between the attributes?
Attachments:
You must be
logged in to view attached files.
Hello,
If you try to add border or space to the swatches then it will affect both the swatches. Because they are wrapped in the same div. If you still want the CSS to add space then try adding the following Custom CSS.
.swatches-select {
margin-top: 15px;
}
Best Regards.