Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bamboo Manchester

    (@bamboosolutions)

    Hi,

    No problem, you will need to edit the plugin and add something like this to the end of the file bamboo-columns.css (adjust the percentages accordingly):

    .column-third {
    	display: inline-block;
    	vertical-align: top;
    	width: 28%;
    }
    
    .column-third.first {
    	margin: 0 4% 0 0;
    }
    
    .column-third.second {
    	margin: 0 4% 0 4%;
    }
    
    .column-third.third {
    	margin: 0 0 0 4%;
    }
    Thread Starter Asakasan

    (@asakasan)

    That’s great!

    It works great!

    Thank you so much!

    Plugin Author Bamboo Manchester

    (@bamboosolutions)

    Glad we could help 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Space between columns’ is closed to new replies.