Home Forums WoodMart support forum Custom attribute label position

Custom attribute label position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #352472

    georkoy
    Participant

    Hi ,
    thanks for the nice theme…

    I have create a custom attribute label . How i can change the position from right to top left?
    See the attachment.

    Many thanks.

    Attachments:
    You must be logged in to view attached files.
    #352482

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards

    #352496

    georkoy
    Participant

    Hi ,

    please check the private content..

    Thanks in advance…

    #352497

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    span.attribute-label.product-label.label-term-refurbished.label-attribute-pa_refurbished {
    position: absolute;
    margin-right: 305px;
    margin-top: 10px;
    }

    Best Regards

    #352625

    georkoy
    Participant

    Hi ,

    yes that is correct.. Many thanks . However now the label overlapping with others in shop page only. That is because labels appear on the left side in the shop but show on the right side in single product page.
    The topic #352594 has the same request (not answered yet).
    See the attachment.

    Thanks in advance!

    Attachments:
    You must be logged in to view attached files.
    #352694

    Hello,

    Please replace the previous CSS with the following then check back.

    .single-product span.attribute-label.product-label.label-term-refurbished.label-attribute-pa_refurbished {
        position: absolute;
        margin-right: 305px;
        margin-top: 10px;
    }

    Best Regards

    #352819

    georkoy
    Participant

    Hi ,

    yes this code does this job. However , now we have label overlapping problem in related products . See the attachment.

    Many thanks.

    Attachments:
    You must be logged in to view attached files.
    #352845

    Hello,

    Please replace the previous CSS with the following then check back.

    .single-product .product-image-summary span.attribute-label.product-label.label-term-refurbished.label-attribute-pa_refurbished {
        position: absolute;
        margin-right: 305px;
        margin-top: 10px;
    }

    Best Regards

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