Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bamboo MCR

    (@bamboosolutions)

    Hi,

    You have two options, you can either edit the plugin stylesheet (bamboo-columns.scss) and adjust the values for width and margin, or you can add additional CSS by editing your theme to do the same.

    Hope that helps.

    Thread Starter neobuzman

    (@neobuzman)

    Thank you for your fast answer.

    I have tried to edit the values of margin but nothing happens. I think Im not editing the values as it should be.
    Could you please give me an example of how to modify the values?

    I just need to reduce the space between lines in the colums.

    Plugin Author Bamboo MCR

    (@bamboosolutions)

    Hi,

    To adjust the space between columns you can use the following CSS as an example – in this example I have increased the spacing between columns from 1% to 3%. This can either be edited directly in bamboo-columns.scss or added to your theme CSS:

    .column-half {
    width: 46%;
    }

    .column-half.first {
    margin: 0 3% 0 0;
    }

    .column-half.second {
    margin: 0 0 0 3%;
    }

    Thread Starter neobuzman

    (@neobuzman)

    What I want to change is the space between lines in both columns, not the space between columns. Is this possible?

    Thanks again for your support!!

    Plugin Author Bamboo MCR

    (@bamboosolutions)

    Hi,

    That’s not something that the plugin is in control of I’m afraid – that comes down to the theme you are using. You would need to contact the theme author for that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Space between lines’ is closed to new replies.