Hello
I’m using Enfold-Child on an rtl website
All works smooth and nice and i want to replace the menu and copyright position in the footer.
Now the menu is float:right and the copyright is float:left
How can i override it to the opposite direction?
Hey do-d,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi,
I assume you like to interchange the position of menu and copyrights correct?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#socket .copyright {
float: left!important;
}
#socket .sub_menu_socket {
float: right!important;
}
Best regards,
Vinay
