Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #813210

    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

    #813233

    Hey SamCKayak,

    Add the following to quick css:

    .team-img-container img {
        width: 125px!important;
    }

    Best regards,
    Jordan Shannon

    #813239

    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

    #813241

    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

    #813242

    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.

    #813250

    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

    #813254

    Hi,

    Best regards,
    Jordan Shannon

    #813256

    Hi!

    Apologies, if you saw that last bit of code that was meant for another topic.

    Best regards,
    Jordan

    #813257

    Hi!

    Apologies, if you saw that last bit of code that was meant for another topic.

    Best regards,
    Jordan

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.