Reply To: Image alignment in Widget Header

Home Forums Support Image alignment in Widget Header Reply To: Image alignment in Widget Header

Home Forums Support Image alignment in Widget Header Reply To: Image alignment in Widget Header

#88827
Tom
Lead Developer
Lead Developer

This part of the code will force the image to be 100% of the container:

.inside-header.grid-container img {
    width: 100%;
}

If that’s not working, I’ll need to take another look at the site to check out the added CSS.