• Resolved joachimott2

    (@joachimott2)


    Hi there, the two icons in my footer widget are arranged one under another. I want them both to appear in one line. What can I do?
    Best regards, Joachim

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nahuai Badiola

    (@nahuai)

    Hi @joachimott2,

    Thanks for reaching out.

    You could achieve what you want adding this additional CSS to WordPress customizer or the style.css theme file:

    #simple-social-icons-2 ul {
    display: flex;
    }

    Best,
    Nahuai

    Thread Starter joachimott2

    (@joachimott2)

    Hi Nahuai,
    Thank you very much for the great support. Problem solved.
    Best regards, Joachim

    Plugin Author Nahuai Badiola

    (@nahuai)

    Great! Happy to help Joachim! 

    If you are satisfied with the plugin, please consider leaving us a review. Your feedback not only motivates us to keep improving it, but also helps guide others looking for a one-purpose, lightweight plugin like this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Icons not in one line’ is closed to new replies.