Hi,
I have a color section set to “no minimum height, use content….” and inside this is a Special Heading and Partner Logo/Element.
All looks good until you view it on a phone or reduce the browser window to the width of a phone then the Partner Logos extend down into the next Color section.
Here is the example: here The second section down where it has “The World’s Largest Bank….” and then the horizontal list of Partner logos below. If you either view this on a phone or reduce your browser window the logos will then stack and move into the section below it.
Any ideas?
Thanks
Hey Slade!
The logos are stacking fine on my end. They are not moving into the next section. Can you take a screenshot of what your seeing?
Cheers!
Elliott
Hi Elliot!
Here you go (both from the desktop and iPhone). You can see the Partner logos flowing into the section below it..
Hey!
Good job on the site. :)
You have this css code which breaks the logo element on mobile:
.partner-logos {
max-height: 240px !important;
}
Try to use css media query for that.
Best regards,
Ismael
Thanks Ismael!
Yep…that was it. Thanks again.