Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #982757

    I’m having a brain fart. I set in the CSS section on the element for it to be “full-width” and I’ve been messing with the CSS and just can’t get it to work. Can you help?

    http://biotecbeta.com/sales-team/

    .full-width img.avia_image {
    width: 100%!important;
    }

    Thoughts?

    #982819

    Hey Andrea,
    Please try this css instead:

    .avia-image-container.full-width.avia-align-center .avia-image-container-inner {
        width: 100% !important; 
    }

    Best regards,
    Mike

    #984334

    Hey Mike,

    Thanks for the response.

    That didn’t seem to do the trick. Is there something else I need to add in addition to that CSS?

    Thank you!

    #984336

    Hi,

    Did you make sure to add Mike’s suggestion to the very top of quick css so that it runs first? Also be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

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