hello there,
i´ve made in a color-section a row with 4 icons.
300px x 220px
so far so, good.
the icons are responsive, getting smaller.
but at breakpoint mobile device the icon are shown among themselves in 300 x 220px again, which is much to big.
how can i solve this, that this icons are shown on mobile/tablet much smaller?
thanks a lot,
felixl
Hey felixl,
You want to keep them in a horizontal row on mobile?
Best regards,
Jordan Shannon
Hello Jordan,
thanks for your reply.
No, I want the Icons among themselves. But the Icons should appear much smaller on Tablet / Smartphones.
Not in the original Size as they are in the Media-Library.
Thank you,
FelixL
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-5815 #av_section_3 .flex_column_table_cell {
display: inline-block;
float: left;
width: 50%;
}
}
Best regards,
Rikard
hello rikard,
thank you very much!
width: 50% !important;
and it works now!
great job!
felixl
Hi,
Great, I’m glad that you got it working, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard