Hello!
I am having an issue with the display on smaller tablet views of icon lists element in 4 columns. Wider than 767px, the screen shows 2 columns but text gets cut off. (At 1024px, it shows all 4 columns, so no problems.)
How can I fix this so it looks better?
Thanks in advance for your help.
Julie
Hey Julie!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 767px) {
.home #av_section_3 .av_one_fourth {
width: 50%;
}}
Cheers!
Yigit
Hey Yigit,
Thanks for the snippet, but I am still seeing 2 columns squished over to the left with titles being cut off.
If you have any other suggestions, let me know.
Thanks!
Hi!
Replied you here – https://kriesi.at/support/topic/enlarge-theme-button-font-size/#post-550591
If that does not help, please let us know
Regards,
Yigit
Looks great now– THANK YOU!!!