Div class portfolio-grid not centered

Issue #2 resolved
Former user created an issue

Hi,

The div displays to the right, leaving a broader margin in the left. which is specially noticeable in mobile. I have the Fundamental theme, but other blocks like images display centered, so I guess it is something in the blog css.

Can you help?

You can see the issue here http://143.95.253.116/~bluekite/luis2/index.php/portfolio/gastronomia

Thank you,

V.

Comments (4)

  1. Fabian Bitter repo owner

    Hi

    the problem is in your normalize.min.css. There is following code snippet:

    figure {
        margin: 1em 40px;
    }
    

    You can add following code to a custom css file:

    .portfolio-grid figure {
        margin: 0;
    }
    

    This will fix it.

    Fabian

  2. Fabian Bitter repo owner

    Hey V., i have add this fix to the latest version. So you don't have to add this to css. Just update. Please let me know if this fix solved your problem so i can close this ticket.

  3. Victoria Novillo Saravia

    Hi Fabian, yes, I had forgotten that I had a custom template, so I though it didn't work, but it does. You can close this ticket, thank you...

  4. Log in to comment