Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Michael Kloepzig

    (@michael-kloepzig)

    Sorry, the theme is not ready for vertical sidebars. It’s aimed at portfolio sites and galleries, so the pictures get the focus.

    You can add widgets in the footer area tho!

    Thread Starter hackavinash

    (@hackavinash)

    okay if sidebar widgets are not supported now…
    but what about making it 3 coloum?

    emagindesign

    (@emagindesigngmailcom)

    Yes, I’d like to change my site to 3 columns as well. Please explain where this could be changed.

    You can changed it in init.js (JS folder) on line 100.
    var numCols = 4; change the value to 3. However you need to tweak the CSS and maybe other things in the theme to make it look right.

    Thread Starter hackavinash

    (@hackavinash)

    Thanks Anderton.. it works…but when page loads it still shows 4 columns..after loading of page my browser shows 3 columns
    how to figure out this thing.. and one more help from u pal that how can i insert ads,widgets etc at place ..

    emagindesign

    (@emagindesigngmailcom)

    perfect, thanks Anderton!

    Hackvanish – in style.css change .col, #post-list > .post {
    to the following:

    .col, #post-list > .post {
    	float: right;
    	width: 27%;
    	margin: 0 5% 2rem 1%;

    (you could of course change the numbers to suit your taste)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is there is a way to make this theme of 3 coloums?’ is closed to new replies.