Hi,
I’m using this CSS code to resize and center article text but I would like to have full screen images.
.single-post .x-main.full .entry-wrap .entry-content {
width: 60%;
font-size: 18px;
margin-left: auto;
margin-right: auto;
line-height: 1.5;
}
With this code also the images have a 60% width. How can I maintain the size of the text and obtain a full screen image?
Thanks