Hi! I added a ul list with 4 li items in it, and I have tried with multiple codes to make the list horisontal, with codes such as:
list-style-position: outside;
list-style-type: none;
display: inline;
I have tried adding to different classes, and to the ul, li themselves but still the list keeps being vertical. There is another website using the same thing as I’d like to design, and even if I copy their code, the list remains vertical. As such, I believe that there is something with Enfold blocking my codes from functioning, which is why I come here. I’d like to my list horisontal.
Hey QBDSwedenAB!
Thank you for using Enfold.
Just add this in the Quick CSS field:
.socialsharing li {
float: left;
clear: none;
}
Best regards,
Ismael
It’s always easier than you think.
Thank you for the help my dear Ismael.