Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1428479

    HI
    My client is asking for a one-column portfolio grid, but I can’t get it to look so great. The photos are all different sizes if I leave it on auto, and if I designate an image size they are also all different. She wants to add a lot of text in the excerpt, so maybe that is throwing it off.
    Is there a way to have the text and image 50% width each, to give more room for the text, instead ot 30%/60% like it is now, with all the photos at the same size? I realize I may have to resize/recrop some of them.
    thanks
    Nancy

    #1428639

    Hey Munford,

    Thank you for the inquiry.

    The left and right columns are already set to be 50%, but the row doesn’t expand to full width when there’s little text in the right column. To fix this, please try adding the following css code.

    #top .isotope-item.special_av_fullwidth .inner-entry {
        text-align: left;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    

    Best regards,
    Ismael

    #1428647

    yes I worked out the column widths, but that code helps, thanks!

    #1428709

    Hi Munford,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘portfolio grid one column special layout’ is closed to new replies.