Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 column

    Is there a way that I can do that please? https://famalco.net/new-staging-site/newsletter/

    Looking forward to your reply.

    #1309463

    Hi 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,
    Rikard

    #1309693

    Hi,

    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?

    #1309948

    Hi,
    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,
    Mike

    #1310069

    Thank you so much :)

    #1310118

    This is done you can close :)

    #1310263

    Hi,
    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Portfolio Grid’ is closed to new replies.