• Resolved Shannbv

    (@shannbv)


    Hi, I just downloaded Page Sandwich builder & love it.

    I have couple of problems though:

    1. Is there any way to change the amount of space between the columns (horizontally) because there is more space between them than I would like?

    2. Is there a way to change the width of the columns (the plugin?) collectively? By this I mean that I would like the width of the column(s) to be exactly 640px? So no matter how many columns I have on one row I would like the total to be 640px. This is because I upload images to 640px & the columns are not currently sitting flush with them because they overlap a little on the outer sides. I hope I explained that correctly. Is there any way to change this?

    Other than that, amazing plug in!

    Thanks in advance,
    Shannon

    https://wordpress.org/plugins/page-builder-sandwich/

Viewing 1 replies (of 1 total)
  • Hi Shannbv,

    1. Yup this is somewhat now possible with the update to v0.11. You can adjust the paddings & margins of each column & row. You can use that for spacing.

    2. You can do this although it’ll be by doing some CSS work. Jetpack’s Custom CSS module should do the trick. You’ll have to specify the column width in CSS, something like:

    .pbsandwich_column {
        width: 640px;
        margin: 0 auto;
    }

    Right now there isn’t a way to do this in the visual editor itself but we’ll consider adding this in if there’re a lot of requests on it 🙂

Viewing 1 replies (of 1 total)

The topic ‘Change Width & Space’ is closed to new replies.