-
AuthorPosts
-
October 21, 2023 at 4:40 pm #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.pngMobile:
https://www.bergspotter.info/wp-content/uploads/2023/10/Screenshot-2023-10-21-at-15.56.16.pngPerhaps 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
October 22, 2023 at 12:09 pm #1423293Hey frb1,
Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please?
Best regards,
RikardOctober 22, 2023 at 4:32 pm #1423318Hi Rikard,
Yes sorry, here’s the urls…also, can I rename the slug so it’s not called “xxx/portfolio-item/xxx”?
/Frederik
October 22, 2023 at 5:25 pm #1423324Hi 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;
}October 23, 2023 at 4:31 am #1423366Hi,
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,
IsmaelOctober 23, 2023 at 10:00 am #1423382Hi 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,
FrederikOctober 23, 2023 at 2:38 pm #1423409Hi,
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,
RikardOctober 24, 2023 at 9:29 am #1423525Hi,
You can close it – thank you :)October 25, 2023 at 4:49 am #1423633 -
AuthorPosts
- The topic ‘Portfolio Grid not center aligned?’ is closed to new replies.