Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #368830

    Dear Support Team,
    how can I increase the max. number of columns used in a portfolio grid and/or masonry grid?
    Thank you, U.

    #368972

    Hi cfxsoftware!

    You can edit elements and choose how many columns you would like to display – http://i.imgur.com/9K0Vx7p.png9http://i.imgur.com/Xfmvj9B.png

    Regards,
    Yigit

    #368991

    Dear Yigit,
    thank you for your reply. I might not have made my point very clear – sorry for that. I know how to select the number of columns (as long as I want 1-6 columns).
    My question was – how can I display more than 6 columns?
    Is this possible?

    Tnx, U.

    #368993

    Hi!

    With help of custom CSS it is possible. Can you please post the link to your page where you have the element you would like to edit?

    Best regards,
    Yigit

    #369004
    This reply has been marked as private.
    #369010

    Hey!

    Please choose 6 columns in masonry element and add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-masonry-col-6 .av-masonry-entry {
    width: 10%;
    }

    Regards,
    Yigit

    #369060

    Hi Ygit,
    got it to work for the masonry grid. What is the command for the portfolio grid?
    Is it only possible to ‘hack’ the 6 column entry rather than to create to create a separate 7, 8 or 9 columns selection?

    Thank you again, U.

    #369317

    Hey!

    Select 6 columns on the Portfolio Grid. You can use this for the portfolio entries:

    #top .grid-entry.no_margin.av_one_sixth {
    width: 10%;
    }

    Adding a 7 or more column selection will require modification on the theme that is beyond the scope of support. Please hire a freelance developer or visit Envato Studio or Werkpress for further modifications.

    Best regards,
    Ismael

    #369319

    Hi!

    you can call portfolio grid with this:

    .grid-sort-container {
    
    }
    

    Right now more columns are not supported. As a workaround you can try the “Partner/Logo Element (Media Elements) which we introduced in Enfold v2.1 and which supports up to 8 columns. You can link the images to any website or webpage – i.e. to your single portfolio entries.

    Regards,
    Andy

    #406693

    Hi Ismael
    I’m refering to reply #369317:
    I have 10 portfolio entries, showing 10 entries per page and changed the code to 10% as you described above. This gives me a perfect grid with all 10 entries in one line.
    However. If I reduce the browser width below 990px it jumps to another grid layout – 1 big preview pic ranging over the whole browser width first. Beneath that the other entries, 3 per row.
    I could not find how to change that into, lets say, 5 per row and 2 columns without the big preview pic at the top.
    Can you help me out how to achieve this?
    THX in advance!
    tvl

    #406994

    Hey!


    @tvl76
    Can you please post the link to your page where we can see the issue?

    Cheers!
    Yigit

    #407025
    This reply has been marked as private.
    #407034

    Hey!

    Can you please try adding following code to Quick CSS

    @media only screen and (max-width: 989px) {
    .responsive .av-masonry-col-flexible .av-masonry-entry {
      width: 20%!important;
    }}

    Regards,
    Yigit

    #407068

    Hey Yigit
    Still looks the same after applying the code…
    Any other idea?

    #407462

    Hi!

    Replace it with this:

    @media only screen and (max-width: 989px) {
    .responsive #top #wrap_all .grid-sort-container .av_one_sixth {
    width: 10%;
    }}

    Regards,
    Ismael

    #407540

    HEy
    This works :)
    Perfect – THX – and have all a nice WE @ KRIESI!!!

    #407852

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Increase number of max. columns of portfolio grid / masonry grid?’ is closed to new replies.