• Hi,

    I’m try to modify the number of columns to 4 instead of 3 in the wpshower’s theme.
    I changed the number in the columize.js & columizer.js and reduce the width of the previews, but the 4th column on the right is stuck to the third, there is no margin between these 2 last columns.
    I dont have much experience in modding theme.
    Thanks for helping me.

    Regards

Viewing 1 replies (of 1 total)
  • This worked for me, but I have only tested the result in Google Chrome.

    In style.css add .li_cont3 to this style:

    .li_cont1, .li_cont2 {
    
    	margin-right:15px; float:left;
    
    }

    So it will look like this:

    .li_cont1, .li_cont2, .li_cont3 {
    
    	margin-right:15px; float:left;
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Number of columns in imbalance theme’ is closed to new replies.