Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #455621

    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.

    • This topic was modified 8 years, 9 months ago by QBDSwedenAB.
    #455934

    Hey QBDSwedenAB!

    Thank you for using Enfold.

    Just add this in the Quick CSS field:

    .socialsharing li {
      float: left;
      clear: none;
    }

    Best regards,
    Ismael

    #456817

    It’s always easier than you think.

    Thank you for the help my dear Ismael.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Horsiontal list in footer’ is closed to new replies.