Question - by dachy - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: dachy
    dachy
    Participant
    January 23, 2018 at 09:53

    1)
    How do you have the widget to align right? I set a widget on the footer right section but it does not align right, so it looks weird

    2) I need to add an attribute to my product names to prevent it to be translated. Do you know how?
    “In order to prevent translation of certain parts of your website you can use class=”notranslate” attribute for any HTML element. For example:
    <span class=”notranslate”>this text will not be translated</span>”

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2018 at 10:09

    Hello,

    1. Use this code in Theme Options > Styling > Custom css:

    .footer-bottom #gtranslate-2 {
        float:  right;
    }

    2. Edit woocommerce files in our theme and add the class where this is needed (we recommend making changes in the child theme https://codex.wordpress.org/Child_Themes because you’ll lose all modifications after each theme update)

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.