Custom attribute label position
-
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.
Hello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
Hi ,
please check the private content..
Thanks in advance…
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
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.
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
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.
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