• Hi,

    Firstly, thanks to the author for making such a beautiful theme…my question is. I want to switch sidebars…i want left sidebar should in right side and right sidebar should be in left side..how to do?

    While searching I found the following CSS code.

    /* 3 column, content middle */
    .col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y left 0; }
    .col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y right 0; padding-right: 340px; padding-left: 260px; }
    .col-3cm .s1 { float: right; margin-right: -340px; }
    .col-3cm .s2 { float: left; margin-left: -260px; /* ingenuity! */ position: relative; left: -100%; }
    .col-3cm .content { float: left; }
    

    After, adding above CSS code, by middle content layout messed in small resolution devices. here is the screenshot after adding CSS.

    https://i60.tinypic.com/2rcbt44.png

    Can anyone help me to fix this issue or give correct codes to switch sidebars in hueman theme..

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tecmint

    (@tecmint)

    @bdbrown

    Please help me out…I am really looking to switch sidebars..please guide me how to do it..

    Hi tecmint. As I’ve stated in previous threads on this forum I’m not a proponent of changing the fundamental design structure of a theme. Building a feature-rich, fully-responsive theme is not a trivial undertaking, and I think Alex has done an outstanding job with Hueman. Can the change you’re describing be done? Sure. However, in the world of responsive design, changing one section of the basic css is just part of the solution. You’d also need to review all the media queries in responsive.css to see how the different viewport sizes affect the sidebar widths and offsets, and adjust those accordingly. Unfortunately, I don’t have time to do that, test it, and then assume the on-going support for it. Personally, if changing the basic structural layout of a theme was important to me, but the functionality to make that change wasn’t built in to the theme, I’d probably look for a different theme. But that’s just me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hueman Theme Switch Sidebars’ is closed to new replies.