Home Forums WoodMart support forum Position of Product labels

Position of Product labels

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #568831

    postbox-007
    Participant

    Is it possible to position the labels right-aligned instead of left-aligned?

    I would prefer an option in the settings without the detour via CSS code.

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

    Hung Pham
    Keymaster

    Hi postbox-007,

    Thanks for reaching to us.

    First of all, I’m really sorry have taken long time to reply you.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.product-labels {
    	max-width: 100%;
    	align-items: flex-end;
    }

    Regards,

    #571460

    postbox-007
    Participant

    Unfortunately, that didn’t work. I saved the CSS code, then deleted the cache and CSS via WP-Rocket.

    The labels are still left-aligned.

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

    Hung Pham
    Keymaster

    Hi postbox-007,

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    Please remove previous code and use below one:

    div.product-labels {
    	right: 0;
    }

    Regards,

    #571752

    postbox-007
    Participant

    Nope 🙁

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

    Hung Pham
    Keymaster

    Hi postbox-007,

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #572037

    postbox-007
    Participant

    Here it is:

    #572180

    Hung Pham
    Keymaster

    Hi postbox-007,

    Thanks for details.

    I’ve fixed your issue. Please check your site again.

    Regards,

    #572294

    postbox-007
    Participant

    Nice. Thank you.

    What would be the code to display this in the bottom right corner as a test?

    #572417

    Hung Pham
    Keymaster

    Hi postbox-007,

    Do you want to move it at bottom right instead?

    Regards,

    #580731

    postbox-007
    Participant

    Sorry for delay. Top right is ok at the moment.

    Thank you.

    #580829

    Hung Pham
    Keymaster

    Hi postbox-007,

    You’re welcome.

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Position of Product labels’ is closed to new replies.