This topic has 2 replies, 2 voices, and was last updated 6 years, 12 months ago ago by Rose Tyler
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>”
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
You must be logged in to reply to this topic.Log in/Sign up