Home Forums WoodMart support forum Change additionnal information format

Change additionnal information format

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #593691

    admin-3038
    Participant

    Hello,

    is it possible to change the indentation of the additionnal information ?
    currently I want start to left instead of right.

    Thanks,
    BR

    David

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #594031

    admin-3038
    Participant

    Hello 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,
    David

    #594079

    Hello,

    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

    #594197

    admin-3038
    Participant

    Hi,

    You can find in private section the credential.

    Thanks,
    BR

    #594343

    Hello,

    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.

    #594453

    admin-3038
    Participant

    Hello,

    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/

    #594497

    Hello,

    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

    #594750

    admin-3038
    Participant

    Hello,

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

    Hello,

    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

    #594983

    admin-3038
    Participant

    Hi,

    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 ?

    #595106

    Hello,

    Sorry to say i am unable to visit or log in your site.
    https://ibb.co/GCkQ4nj

    Best Regards

    #596286

    admin-3038
    Participant

    Hello,

    sorry I updated my url…
    the new url is https://devtest.dalmoon.fr

    Thanks,
    Best regards,
    David

    #596375

    Hello,

    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.

    #596517

    admin-3038
    Participant

    Hi,

    sorry I fix the problem, you can find the credential in private content.

    Thnaks,
    BR
    David

    #596673

    Hello,

    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

    #596803

    admin-3038
    Participant

    Hello,

    I disable all plugins except the mandatory plugins but it still not work.

    Thanks,
    BR
    David

    #596913

    Hello,

    Now custom css is working fine on your site. Check back your site and check the issue.

    Best Regards

    #597174

    admin-3038
    Participant

    Hello,

    Can you share a screenshot because I don’t see any change?

    Thanks,
    best regards,
    David

    #597262

    Hello,

    See the attributes here:
    https://ibb.co/RNPWYRt

    Best Regards

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