Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #167898

    Hello,

    My goal is to be able to create (6) portfolio columns. I was able to create 5 by applying the techniques given by one of the support members, but when i tried to go to 6, nothing displayed at all.

    Is this possible?

    Thank you.

    #168322

    Hello headbentdesign!

    Edit the Portfolio Grid element, set the column to 5 then add this on your custom.css or Quick CSS:

    .grid-entry.isotope-item.no_margin.av_one_fifth {
    width: 16.66%;
    }

    Regards,
    Ismael

    #168358

    Sorry for the confusion Ismael, but will this give me 6 columns? I need six columns.

    This looks like it’s going to give me 5.

    Am I misunderstanding?

    #168764

    Hey!

    No, that will force the 5 column items into a 6 column width. What exactly are you changing to get 5 right now that isn’t working for 6?

    Best regards,
    Devin

    #168806

    Devin,

    Here was the fix I found. I was missing the second step.

    Needed to add :

    case "6": $grid = 'av_one_sixth';  if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    			}

    Thanks for the reply buddy. Resolved.

    #168807

    Oh, here’s the link to the original helpful post if someone else needs help with it.
    https://kriesi.at/support/topic/portfolio-6-columns/

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio Entries – 6 Columns?’ is closed to new replies.