-
AuthorPosts
-
July 8, 2021 at 8:22 am #1309204
To whom it may concern,
I am using a portfolio grid in my newsletter page and I would like to set
1. the portfolio grid to be aligned within the main content and not set as a full with row. (Equal left and right margins)
2. to add gaps between each columnIs there a way that I can do that please? https://famalco.net/new-staging-site/newsletter/
Looking forward to your reply.
July 10, 2021 at 4:44 am #1309463Hi FamalcoGroup,
1. Please try adding the element in a 1/1 container, to see if that gets to where you want to be.
2. Please try the following in Quick CSS under Enfold->General Styling:
.grid-entry.isotope-item { width: 24%; }
Best regards,
RikardJuly 12, 2021 at 8:16 am #1309693Hi,
Thanks for this.
I have managed, but now Im encountering another problem.
I am setting 6 columns in the portfolio grid and enable pagination, but nothing is working.
1. Grid is not aligning with the right side
2. I want to display 3 posts per row
3. I want pagination to be displayed.Can you help me please?
July 13, 2021 at 1:28 pm #1309948Hi,
Thank you for your patience and thank you for the login, I have examined your page and see that you have the portfolio grid element set to 3 columns, but your custom css in your WordPress > Customize > Additional CSS field has change the item widths to 15% instead of 33% needed to create 3 columns:/*Adjust the width of the newsletter posts*/ #top .no_margin.av_one_third { width: 15%; }
so you will need to remove this and any other adjustment you made for the 3 columns to show and be centered.
Your pagination will not show because you only have 6 portfolio items and the element is set to show 12, so you need to add at least 7 more items for the pagination to show, or you can change the number of items shown to fewer than 6.Best regards,
MikeJuly 14, 2021 at 7:47 am #1310069Thank you so much :)
July 14, 2021 at 2:03 pm #1310118This is done you can close :)
July 15, 2021 at 12:59 pm #1310263Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Portfolio Grid’ is closed to new replies.