• Resolved jkerksick

    (@jkerksick)


    I’m trying to display my social media icons horizontally instead of vertically in the footer, but I can’t seem to find the right line of code in the plugin files to edit, and what to change it to.

    Please advise!

    My website is efcog.org.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tom

    (@edge22)

    Your theme is conflicting with the plugin CSS.

    Try adding this CSS:

    .lsi-social-icons {
        width: initial;
        height: initial;
        background-image: none;
    }
    Thread Starter jkerksick

    (@jkerksick)

    Thanks that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need icons displayed horizontally’ is closed to new replies.