This topic has 9 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Stan Russell
Hi
I am transalting a website from english to hebrew.
Using child theme.
My footer is a static block.
I have a file rtl.css in the child theme folder, changes I add to this file work for the website but do not seem to work for the static block footer.
Please assist.
You can find credentials in previous tickets
Hi Have changed default language to hebrew.
English Version Stil has footer issue I mentioned above in the thread
Thanks
Hello,
I’ve changed row settings in static block and added this code in Theme Options > Custom CSS > Global Custom CSS:
.footer-top.footer-top-3 {
background-color: #292c2f;
padding-top: 30px;
}
Please check footer now.
Best regards,
Jack Richardson.
Hi Jack
I see you tried to fix the static block so it looks good in hebrew rtl also.
But The solution I need is for the rtl.css file to affect the static block as it effects the rest of the body of the pages.
I need to be able to make changes and via the rtl.css beacuse that file is loaded when i change languages. Thats the reason why it works for the rest of the website,. Please correct me if im wrong.
And please help me to understand how to cause the rtl.css to effect the staic block.
Thanks
Hello,
In this case try to use this css code:
.rtl .footer-top.footer-top-3 {
background-color: #292c2f;
padding-top: 30px;
}
Regards,
Eva Kemp.
Hi
Eva
The rtl.css is affecting the whole hebrew site except for the static block.
I need to be able to apply styles to the static block in the footer and any other static block that I wish to create via the RTL.CSS file so that they are aplied only when the hebrew version of the site is loaded.
Hello,
Static block is created with Visual Composer editor, there are no special styles for static blocks. Also as I see the file rtl.css in your child theme is empty. Please clarify what styles you want to set for footer.
Regards,
Eva Kemp.
Hi
Eva its seems ok now. perhaps the theme update solved the issue.
thanks
Hello mabellek,
we are happy that your problem is solved! Have a nice day!
Regards,
Stan Russell.
Tagged: footer, issue, rtl.css, static block, themes, woocommerce, wordpress, wpml
The issue related to '‘Static Block Footer WPML Rtl.css Issue’' has been successfully resolved, and the topic is now closed for further responses