Hueman Theme Switch Sidebars
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hueman Theme Switch Sidebars’ is closed to new replies.