EduardET

LTR change menu position to left

Jan 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         if ($('html').attr('lang') == 'en-US') {
  5.             $('body').removeClass('et_vertical_right').addClass('et_vertical_left');
  6.         }
  7.     });
  8. })(jQuery);
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment