Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #577132

    Hi, I have tried many time today but can’t seem to locate where I go to reduce the portfolio item image and increase the portfolio items text area (with accordion). Please see attached the current layout and the preferred layout in red and black lines.

    Preferred layout

    Can you please advise how I achieve this?

    Neal

    #577505

    Hey nealwalsh!

    Add this to your custom CSS.

    .portfolio-preview-image {
        width: 40% !important;
    }

    Regards,
    Elliott

    #577586

    Hi,
    I want to do the same, but when I add the custom css it changes the width of the image, but the portfolio item text doesn’t span to the remaining width, it stays the same.
    What custom css do I have to add to increase the width of the text?

    Thanks!

    #578232

    Hi!

    Please use this code in addition to the previous one:

    .portfolio-preview-content {
        width: 60%;
        padding: 63px 30px 30px 30px;
    }

    Cheers!
    Ismael

    #579281

    Perfect! Thank you so much :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Amend portfolio item image and text area widths’ is closed to new replies.