Left sidebar

  • Posted in : Bloggy WP
  • graficamoto4
    Participant

    Hello, I would like the sidebar to the left, I do not think it is foreseen in the theme options, you can?

    ahmetsali
    Keymaster

    Hi, this theme supports only right sidebar by default. But you can put sidebar to the left with some js codes.

    paste this code to Theme Options / External JS box;

    <script>
    jQuery(document).ready(function($) {
        $('#primary').before($('#secondary'));
    });
    </script>
    

    and use this custom css code to tweak it a bit;

    #secondary .widget { padding: 0 2em 2.6em 0em; }
    @media (min-width: 1200px) { 
    	#secondary .widget { padding-right:4em; padding-left: 0; }
    }
    @media (min-width: 1400px) { 
    	#secondary .widget { padding-right:5em; padding-left: 0; }
    }
    @media (min-width: 1600px) { 
    	#secondary .widget { padding-right:6em; padding-left: 0; }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register