Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #300557

    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

    #300579

    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

    #300611

    I had tried that before like this:
    .page-id-4032 #after_section_2 .av_font_icon {
    margin-top: 0px;
    }

    but it doesn’t work.
    ?

    #300614

    Hey!

    It does work – http://i.imgur.com/IAhQScH.png Please try increasing the value ( 4px was fine when i tested )

    Best regards,
    Yigit

    #300629

    It looks like this for me:

    #300631

    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

    #300636

    thanks! I think I had something else interfering with it.

    #300641

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues Nancy

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.