Tagged: break, columns, responsive, responsiveness
Hi,
we are displaying client logos in form of images in 1/5 columns. Desktop looks fine but the break from 5 columns to a single one below 768 is too extreme. Is there a way to adjust this break to have 5 to 3 or 5 to 2 instead? – hope this is clear.
Thanks in advance.
Hey tebitron gmbh,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive #top #wrap_all #portfolio .flex_column {
width: 50%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria!
That works perfectly.
Hi tebitrongmbh,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria