on this page http://wp.marlowfilm.dk/denmark-film-production-services/
I can’t get the social icon items lined up under the “just call us” section. I can see in the base css this code:
body .alignright, .entry-content-wrapper a:hover .alignright { float:right;margin:4px 0px 0px 10px;display: block; position: relative; }
which is forcing a 4 px margin. I want it to be “0” but can’t get the code right.
can you help with that?
thanks!
n
Hi Nancy!
Please use following code instead and adjust the value as needed
div#after_section_2 .av_font_icon {
margin-top: 4px;
}
Best regards,
Yigit
I had tried that before like this:
.page-id-4032 #after_section_2 .av_font_icon {
margin-top: 0px;
}
but it doesn’t work.
?
Hey!
It does work – http://i.imgur.com/IAhQScH.png Please try increasing the value ( 4px was fine when i tested )
Best regards,
Yigit
Hey!
Setting it to 3px should make it look like this – http://i.imgur.com/31Op8hd.png
Top margin is still set to 0
Cheers!
Yigit
thanks! I think I had something else interfering with it.