Do you have an idea how i can put the symbols (arrows) before the text than iunder the text?
On desktop its ok mobile not.
That would be great!
Many greetings rixi
Hey rixi,
I’m not sure that I understand your intentions, could you post a screenshot highlighting what you would like to achieve please?
Best regards,
Rikard
Hi Ricard,
the arrow is always over the text on the mobile version.
Many regards
rixi
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-4608 #av_section_5 .iconlist_icon {
display: initial;
}
.page-id-4608 #av_section_5 .article-icon-entry {
display: inline-block;
padding-left: 10px;
}
}
Best regards,
Rikard