By Kim Huff on Thursday, 22 October 2015
Posted in General Issues
Likes 0
Views 326
Votes 0
I have been searching for the correct code to reduce the spacing after the social media icons but I just can't find where it is. I see nothing that has a margin-bottom or even a margin that is large enough to make up for that gap.

Only when I use the Firefox "inspect" do I see the following dive with a 700x96 size.

div#socialbutton.alignleft.top.width-full

But when I hover over the area, that information does not pop up on the right where I usually find the code I need to change. What am I doing wrong?

URL: http://www.starbaseindy.com/blog

Thank you for your time.

Kim
Hey Kim,

You can add the block of css codes below to fix the height:


#eblog-wrapper .social-button-small.facebook-like {
height: auto !important;
}
·
Thursday, 22 October 2015 12:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your response. Can you tell me how you found that? I searched and searched.

Kim
·
Thursday, 22 October 2015 14:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kim,

I actually inspected it with firebug
·
Thursday, 22 October 2015 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't understand what I'm doing wrong. I have another issue in trying to figure out about the menu active and hover.

Is there any way you can make a quick video that shows where that was? I looked for 2 hours and could not find it. I understand it's outside of what your required to do but I can't even find help files that show me what I'm missing.

Thanks

Kim
·
Thursday, 22 October 2015 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kim,

I am sorry but unfortunately this is beyond the scope of our support but I hope this guide could help you https://www.youtube.com/watch?v=3KdNRZS-uSg
·
Thursday, 22 October 2015 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post