Is it possible to make the symbollist look better on mobile? In the moment there is lots of white space on the left side.Would be great to put the symbol over the text.
Is that possible?
Many greetings
rixi
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.avia-icon-list .iconlist_icon {
float: inherit;
margin-bottom: 20px;
}
.iconlist-timeline {
display: none;
}
}
Best regards,
Rikard
Hi Rikard,
jippy…looks perfect :)
Thanks a lot!!!!
Many greetings
rixi