Hi there,
inn my home page I need to have some images, particulary (not considering the cover):
– 3 images in the middle of the pages (that are, and should be, squared)
– 1 image in the bottom of the page, before the footer, and this should be in a circle.
In the simple CSS of the page I insert:
.entry-content img {
border-radius: 180px !important;
}
and the images in the bottom page is ok but one, just one, of the 3 in the middle now seems in a circle.
How can manage and solve this little top?
Thanks in advance for your support.
(in private the page)