• Resolved Angellive

    (@silasveta2012)


    I thank you for the wonderful plugin, really it is great, there is nothing like it on gutenberg. Of course there are some difficulties, but I’m sure they will be eliminated in time. I want to understand how to reduce the distance between blocks? I have tried all possible settings, no help. Also if I want to make the distance between columns, I can do it only by creating a white frame, and setting its thickness. And how can I still indent, or it’s not possible yet? Thank you

    foto
    foto

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @silasveta2012,

    Please go to “Advanced Tab > Remove Space” and there are options for removing column space under Column Options

    For e.g, if you are using Dynamic Column or Advance Column

    • Go to Advanced Tab -> https://prnt.sc/25wuubk
    • Under “Advanced Tab” find “Remove Space” options
    • Under “Remove Space” you will find options like Container, Row, and Column
    • Under “Column” please “Enable” according to devices as per your requirement https://prnt.sc/25wvlg9

    Best Regards!

    Thread Starter Angellive

    (@silasveta2012)

    Thanks, but I’ve already tried all this, I would like to reduce the distance above and below, as well as between blocks screenshot Thank you

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @silasveta2012,

    To reduce above and below space:

    It seems like the block above Gutentor Advanced Columns is not the block from Gutentor. You can change the block to Gutentor Container/Cover Block and use Advanced tab Margin/Padding options. or minus(-) margin to Gutentor Advanced Columns eg Margin top -32 and Margin bottom -25.


    To reduce space between blocks:

    By default options, you can completely remove the space but not reduce the default space.
    You can use the following custom CSS on Advanced Column => Raw Custom CSS

    .{{gBlock}} .gutentor-single-column{
    padding:0 10px;
    }

    Note: you can change the 10px value as per requirement

    Best Regards!

    Thread Starter Angellive

    (@silasveta2012)

    Thank you so much, I wish you all the best and good luck

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

The topic ‘block spacing’ is closed to new replies.