Home › Forums › WoodMart support forum › Custom attribute label position
Custom attribute label position
- This topic has 7 replies, 2 voices, and was last updated 3 years ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 12, 2022 at 10:53 am #352472
georkoyParticipantHi ,
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.February 12, 2022 at 11:23 am #352482
Aizaz Imtiaz AwanKeymasterHello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
February 12, 2022 at 12:08 pm #352496
georkoyParticipantHi ,
please check the private content..
Thanks in advance…
February 12, 2022 at 12:30 pm #352497
Aizaz Imtiaz AwanKeymasterHello,
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
February 13, 2022 at 6:58 pm #352625
georkoyParticipantHi ,
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.February 14, 2022 at 6:09 am #352694
Aizaz Imtiaz AwanKeymasterHello,
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
February 14, 2022 at 12:11 pm #352819
georkoyParticipantHi ,
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.February 14, 2022 at 12:43 pm #352845
Aizaz Imtiaz AwanKeymasterHello,
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
-
AuthorPosts
Tagged: attribute labels
- You must be logged in to create new topics. Login / Register