The images on our “Team” page which were previously a crisp 125px wide now have css styling width:100% . I see no option to remove this styling anywhere.
Link to the page is in private content.
Sam
Hey SamCKayak,
Add the following to quick css:
.team-img-container img {
width: 125px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
This fixes the layout but avoiding edits to CSS is why I am using WordPress/Enfold. Am I using Enfold incorrectly on this page or did the Enfold designers decide that all the images on .team should be large?
Sam
Hi,
It very well could have been a css update that caused the image change. How were your image sizes set before? If set properly (either via quick css or a built in element option) then an update should not have changed it.
Best regards,
Jordan Shannon
In the previous Enfold, there was no width attribute applied to the image. In the current release, Enfold applies width:100% which stretches the images to the width of the container. Seems like an odd thing to do.
Hi,
I apologize that this disturbed your site. At the moment the only fix available would be the css I provided short-term. In the long term, we can look into fixing this issue in a future theme update.
Best regards,
Jordan Shannon
Hi!
Apologies, if you saw that last bit of code that was meant for another topic.
Best regards,
Jordan
Hi!
Apologies, if you saw that last bit of code that was meant for another topic.
Best regards,
Jordan