Tagged: , , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #23882

    Hi there,

    I have a feeling you know about this already as you’ve alluded to knowing the fix but needed to see my site.

    I want to use Simple Icons but the plugin isn’t behaving nicely. It won’t left align (only centred) and forces the plugin (with title) down the footer column.

    Can you also tell me how to reduce the gaps/white space between each column in the footer so I can have a wider icon row?

    Cheers

    Andy

    #121471

    Hi,

    You can play around with the column width and the margin. Use this

    #footer .flex_column.av_one_third {
    width: 25%;
    margin-left: 8%;
    }

    Regards,

    Ismael

    #121472

    Hi there,

    Unfortunately, you forgot the main question… How to fix the alignment & the fact it pushes the title down the column. Can you help?

    Clearly the plugin doesn’t like the theme. If it cant be fixed could you tell me how the same effect could be done another way

    Cheers

    #121473

    Hi!

    Insert following code into the quick css field

    #footer .simple-social-icons.widget {
    margin: 0 !important;
    float: left;
    }

    Regards,

    Peter

    #121474

    Hi,

    Also regarding this plugin, for some reason the icons are shown on top of each other, instead of one by the side of another. Meaning, each icon is shown in its own row. Can that be fixed some way…?

    Thanks a lot,

    Eran.

    #121475

    Hey,

    Can you give us a link to the website? Did you add any plugins prior to the issue?

    Regards,

    Ismael

    #121476

    No, only this plugin.

    Regarding accessing the page, unfortunately, it’s under Test Drive mode. I can give you admin permissions and the page URL..

    #121477

    Hi erantdo,

    We’ll need to see the page live and inspect the code to try and find a solution. Its best and easiest if you disable temporary protection or use a password protection and post the password.

    Regards,

    Devin

    #121478

    @Devin, Thanks, but it’s not a temporary protection. My website is already live, using a different theme, and I’m setting up the ground for the switch to enfold. Only admins can see the page in Enfold, and I’ll be happy to give you the admin credentials so you can look into it.

    #121479

    Hey,

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    #121480

    Done, thanks

    #121481

    Hey,

    Please add this on your custom.css or Quick CSS;

    .simple-social-icons ul li {
    margin: 5px;
    float: left;
    display: inline-block;
    clear: none !important;
    }

    Regards,

    Ismael

    #121482
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Issues – Simple Icons in the footer’ is closed to new replies.