Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1423241

    Hi Kriesi,

    I wonder if it’s due to my css, or is the Portfolio Grid module not completely centeraligned in the browserwindow? See how theres more whitespace to the right of the gallery, both in mobile and desktop break? To us, it’s the sum of such details that matters :)

    Desktop:
    https://www.bergspotter.info/wp-content/uploads/2023/10/Screenshot-2023-10-21-at-15.56.33.png

    Mobile:
    https://www.bergspotter.info/wp-content/uploads/2023/10/Screenshot-2023-10-21-at-15.56.16.png

    Perhaps you can clarify if this is intended from the Enfold template? Or perhaps I can adjust the horizontal position? Attached my code for the Portfolio Grid.

    /Frederik

    #1423293

    Hey frb1,

    Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1423318

    Hi Rikard,
    Yes sorry, here’s the urls…

    also, can I rename the slug so it’s not called “xxx/portfolio-item/xxx”?

    /Frederik

    #1423324

    Hi again,

    Think I figured out why. I’ve set a margin right, to add a gap between images. But I only wish to add a gap between images, not in the page margin area. How do I do that?

    This is the code:
    .grid-entry .inner-entry {
    box-shadow: none;
    margin-right: 14px;
    }

    #1423366

    Hi,

    Thank you for the update.

    Looks like you’ve managed to fix it by splitting the margin between the left and right of the grid entries.

    .grid-entry .inner-entry {
        box-shadow: none;
        margin-right: 8px;
        margin-left: 8px;
    }

    Best regards,
    Ismael

    #1423382

    Hi Ismael,

    Yes, that’s acceptable thank you. But the optimal solution would be if it aligned with the edges of the site. Perhaps using something like the columns feature “Space Between Columns”. Perhaps in future releases :)

    BR,
    Frederik

    #1423409

    Hi,

    Thanks for the feedback, we’ll keep that in mind for a future version of the theme. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1423525

    Hi,
    You can close it – thank you :)

    #1423633

    Hi,

    No problem! Glad we could be of help. Let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Portfolio Grid not center aligned?’ is closed to new replies.