Home Forums WoodMart support forum Single product page, position attributes

Single product page, position attributes

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

    timo_elfenfabrik
    Participant

    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.
    #200982

    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.

    #201318

    timo_elfenfabrik
    Participant

    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.
    #201324

    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.

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