• Resolved dl_rod

    (@dl_rod)


    Hello Manuel,

    I just tried to change the style for the space between the rows with the code you posted in other forum post

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

    However, looks like it doesn’t work for me. Could you please help me to confirm that issue is from the plugin I’m using or is it an issue with PixGridder?

    Cheers,

    Daniel Rodriguez

    https://www.ads-software.com/plugins/pixgridder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author manuelmasia

    (@manuelmasia)

    Hi Daniel,

    why doesn’t it work? It cuts part of the column? If you change the horizontal margin you have to change the width of the columns. Where is the post where you take the code from?

    I see the right articles are cut out of the section, but it depends on some styles inside your theme. To fix that issue try to add somewhere:

    .row[data-cols] {
        margin-right: 0!important;
    }
    

    Let me know. Manuel ??

    Thread Starter dl_rod

    (@dl_rod)

    Hi Manuel,

    Thank you for the comment on the right margins. I didn’t notice it until you told me (A lot of details go unnoticed at 2:35 am lol). The code worked perfectly to solve the issue with the right margin ??

    If you see in the website. (www.calgarianvanguard.com) Between the first featured article, and the column of small featured article there is a space in between of almost 100 px. I don’t know why there is that extra 100px there /:

    Cheers,

    Daniel Rodriguez

    Plugin Author manuelmasia

    (@manuelmasia)

    There is a margin from the pixgridder column, but paddings from the theme styles too.

    Try this:

    .entry .row:first-child > .column * {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    

    Manuel ??

    Thread Starter dl_rod

    (@dl_rod)

    Hi Manuel! Thanks for the support even when it wasn’t an issue by the plugin. The code worked perfectly.

    The fable here is that if you’re having spacing issues between rows check up theme styling.

    Cheers,

    Dan

    P.S: Manuel I saw you’re doing a new theme for blogging. It looks great. If you’ve the time you can check out my interest account it is full of online designs I have been saving. https://www.pinterest.com/dleonrodriguez/

    I will be looking for the theme when you release it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘To much space between rows.’ is closed to new replies.