Home › Forums › WoodMart support forum › Change additionnal information format
Change additionnal information format
- This topic has 22 replies, 2 voices, and was last updated 4 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 29, 2024 at 11:01 pm #593691
admin-3038ParticipantHello,
is it possible to change the indentation of the additionnal information ?
currently I want start to left instead of right.Thanks,
BRDavid
Attachments:
You must be logged in to view attached files.August 30, 2024 at 1:35 pm #593888
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards.
August 30, 2024 at 6:49 pm #594031
admin-3038ParticipantHello thanks,
this this both URL:
I want the text on the left and start at the top:
https://dalmoon.eu/produit/seventeen-best-album-17-is-right-here-set/I want the text on the left for the additionnal information:
https://dalmoon.eu/produit/bt21-minini-mini-pouch/In private section, you can find the URL the maintenance mode suppression
Thanks,
Best Regards,
DavidAugust 31, 2024 at 10:00 am #594079
Aizaz Imtiaz AwanKeymasterHello,
I am unable to visit your site due to maintenance mode. please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
September 1, 2024 at 12:07 am #594197
admin-3038ParticipantHi,
You can find in private section the credential.
Thanks,
BRSeptember 2, 2024 at 9:50 am #594343
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say, I am not able to log in or access the WP backend because you have activated the maintenance mode and the WP admin login URL redirects me to the maintenance page.
Best Regards.
September 2, 2024 at 1:02 pm #594453
admin-3038ParticipantHello,
Ok I deploy a test site for this, you can find information in private section
and the new url:
https://test.dalmoon.fr/produit/seventeen-best-album-17-is-right-here-set/I want the text on the left for the additionnal information:
https://test.dalmoon.fr/produit/bt21-minini-mini-pouch/September 2, 2024 at 2:48 pm #594497
Aizaz Imtiaz AwanKeymasterHello,
Define the code below into the “Desktop CSS” area in Theme Settings -> Custom CSS.
#tab-additional_information .shop_attributes td { text-align: left; right: 300px !important; position:relative; width: 100px; }
Best Regards
September 3, 2024 at 10:02 am #594750
admin-3038ParticipantHello,
thanks for the code.
I just change for this:
#tab-additional_information .shop_attributes td { text-align: left; }
but the first with the first url it not start at the top.
I change because 100px width is too small and I want something dynamic (customer can use a desktop 1080p, 2k, 4k, or a smartphone,…)
So is it possible to change the
Attachments:
You must be logged in to view attached files.September 3, 2024 at 1:58 pm #594881
Aizaz Imtiaz AwanKeymasterHello,
Define the code below into the “Desktop CSS” area in Theme Settings -> Custom CSS.
#tab-additional_information .shop_attributes tr { align-items: flex-start; }
Best Regards
September 3, 2024 at 6:05 pm #594983
admin-3038ParticipantHi,
I added both:
#tab-additional_information .shop_attributes td { text-align: left; } #tab-additional_information .shop_attributes tr { align-items: flex-start; }
both still same, did you try with the credential ?
September 4, 2024 at 11:34 am #595106
Aizaz Imtiaz AwanKeymasterSeptember 9, 2024 at 11:49 pm #596286
admin-3038ParticipantHello,
sorry I updated my url…
the new url is https://devtest.dalmoon.frThanks,
Best regards,
DavidSeptember 10, 2024 at 11:22 am #596375
Aizaz Imtiaz AwanKeymasterHello,
Your given login details are not working. Please share the correct login details then I will check the issue and give you a possible solution.
Best Regards.
September 10, 2024 at 10:35 pm #596517
admin-3038ParticipantHi,
sorry I fix the problem, you can find the credential in private content.
Thnaks,
BR
DavidSeptember 11, 2024 at 11:25 am #596673
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know I will further check on your site and give you a possible solution.
Best Regards
September 11, 2024 at 9:38 pm #596803
admin-3038ParticipantHello,
I disable all plugins except the mandatory plugins but it still not work.
Thanks,
BR
DavidSeptember 12, 2024 at 10:39 am #596913
Aizaz Imtiaz AwanKeymasterHello,
Now custom css is working fine on your site. Check back your site and check the issue.
Best Regards
September 13, 2024 at 9:40 am #597174
admin-3038ParticipantHello,
Can you share a screenshot because I don’t see any change?
Thanks,
best regards,
DavidSeptember 13, 2024 at 2:22 pm #597262
Aizaz Imtiaz AwanKeymasterSeptember 17, 2024 at 9:34 am #597874
admin-3038ParticipantHi,
Yes but I want all text start at the top & the left.
Thnaks,
Best RegardsSeptember 17, 2024 at 10:13 am #597886
admin-3038ParticipantHi,
You can close the topic I found the solution:
body .shop_attributes :is(.wd-attr-name,.wd-attr-term) { display: inline-flex; align-items: flex-start; gap: 10px; }
or as list:
`body .shop_attributes :is(.wd-attr-name,.wd-attr-term) {
display: inline-grid;
align-items: flex-start;
gap: 10px;
}September 17, 2024 at 1:30 pm #597962
Aizaz Imtiaz AwanKeymasterSounds Great! that your issue has been solved.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Change additionnal information format’ is closed to new replies.
- You must be logged in to create new topics. Login / Register