Hi guys!
When I click on an Ajax portfolio item, the Ajax window pops up as full-width with the image on the left. I’m happy with that.
However the text that I’ve included only takes up 1/2 of the rest of the Ajax area – the 2/2 part is blank and looks empty.
How to I set it so that the text takes up the full width of the Ajax area? I’m happy for the image to remain on the left hand side.
Any suggestions?
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Please add this on your custom.css or Quick CSS to increase the width of the portfolio content table:
.av_table_col.portfolio-entry.portfolio-preview-content {
width: 100%;
}
Remove browser cache then reload the page.
Regards,
Ismael
Seems to have fixed it – thanks! :)