-
AuthorPosts
-
May 27, 2013 at 10:46 am #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
May 28, 2013 at 6:32 am #121471Hi,
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
May 28, 2013 at 2:50 pm #121472Hi 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
May 29, 2013 at 7:31 am #121473Hi!
Insert following code into the quick css field
#footer .simple-social-icons.widget {
margin: 0 !important;
float: left;
}Regards,
Peter
September 8, 2013 at 3:13 pm #121474Hi,
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.
September 8, 2013 at 11:39 pm #121475Hey,
Can you give us a link to the website? Did you add any plugins prior to the issue?
Regards,
Ismael
September 9, 2013 at 6:58 am #121476No, only this plugin.
Regarding accessing the page, unfortunately, it’s under Test Drive mode. I can give you admin permissions and the page URL..
September 9, 2013 at 9:50 pm #121477Hi 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
September 9, 2013 at 10:24 pm #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.
September 10, 2013 at 1:30 am #121479Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelSeptember 10, 2013 at 5:56 am #121480Done, thanks
September 12, 2013 at 4:41 pm #121481Hey,
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
September 14, 2013 at 4:36 am #121482 -
AuthorPosts
- The topic ‘Issues – Simple Icons in the footer’ is closed to new replies.