Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter eafar1366

    (@eafar1366)

    solved

    AJ

    (@akwasiijunior)

    how did you solve this ?

    themadcatlady

    (@themadcatlady)

    The way I did this is to add some CSS to each block, encasing your content in a div and using negative margins, i.e. “margin-top:-20px;” and “margin-bottom:-20px;”.

    It´s dirty, but it works.

    Plugin Author manuelmasia

    (@manuelmasia)

    Hi everyone,

    the best way should be to create your own stylesheet and change the margins of the columns so you can override the default styles:

    .pixgridder .column {
    margin-left: 3%;
    margin-bottom: 3%;
    }
    

    These are the default values (except for the 1st column in a row, which has margin-left:0).

    You can also define some CSS classes to define particular situation and assign the classes to the columns on the UI thanks to the icon </>

    Manuel 🙂

    themadcatlady

    (@themadcatlady)

    Thanks Manuel. But do you mean to put those styles into a separate stylesheet, or the existing one that comes with the theme?

    Plugin Author manuelmasia

    (@manuelmasia)

    Wherever you prefer 🙂 You could also use something like http://jetpack.me/support/custom-css/ if you prefer

    themadcatlady

    (@themadcatlady)

    Ok, thank you. I will check that out. 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘big problem -Too much space between each column’ is closed to new replies.