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.
Can you please advise how I achieve this?
Neal
Hey nealwalsh!
Add this to your custom CSS.
.portfolio-preview-image {
width: 40% !important;
}
Regards,
Elliott
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!
Hi!
Please use this code in addition to the previous one:
.portfolio-preview-content {
width: 60%;
padding: 63px 30px 30px 30px;
}
Cheers!
Ismael
Perfect! Thank you so much :)