Switching left/right sidebar places
-
Topic
-
Is there a simple way to switch the left and right sidebar without editing the theme files?
i.e. switching places between
<?php get_sidebar( 'left' ); ?>
and
<?php get_sidebar( 'right' ); ?>
without editing, for example, index.phpReason is, while on mobile, on RTL websites, the left sidebar appears before the content, so user have to scroll down on every page. Which is annoying.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.