PS Ben.
I checked three more computers, all using Internet Explorer and all it’s only bad on the home page. I will rebuild from scratch and let you know.
I think I fixed it.
I unpacked/extracted the Period theme and found the content.php and content-page.php and uploaded over the ones on my server. . . I was only able to check with one computer tonight but it seems to have fixed the site.
Thanks for the screenshot.
I viewed on IE11 and unfortunately, I was able to see the same error with the image. I can’t see exactly why IE would have this issue, but the image is added with Elementor so I’m not exactly sure what kind of code is being added. Maybe there are some settings within Elementor you can change to resize the image?
I fixed it.
The problem was in the Elementor template width. I deleted all, set width to Period default and re-did the Page using the editor instead of Elementor. Here it seems to work fine. Just as a note, the reason I used Elementor is because it allows you to put the text and pictures in the boxes to the Top. . as written I can not achieve that.
Now, as you see it doesn’t look like what I wanted. . . I can accept the white background but do you have a CSS snipit for reducing or eliminating the padding or all the white spaces on the Home-Page? i.e. I would like to widen the picture as far as looks good.
Okay I understand now. Try this CSS:
.home .entry > article {
background: none;
box-shadow: none;
}
.home .post-container {
padding: 0;
}
I think that should get you close to the same look you had before. Let me know if it needs any adjustments from there.
Worked like a charm. . now I can start to populate.
Thanks Ben.