Hello,
in the portfolio section I want the preview of the image to be fullwidth one somebody click on a portfolio item, is it possible? (please see the screenshot below)
link to the portfolio item :
https://www.marcofranchiniphotography.com/mountains-and-hills/
Thank you very much!
Laura
Hey opificioilgranello,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.mfp-content img.mfp-img,
.mfp-image-holder .mfp-content {
width: 90%;
height: 90%;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike