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

    Hi, as you can see here – http://screencast.com/t/kaqV1BOMez – the socket section is too thick, how can I reduce its height? Also, how can I make the social icons show on the left side of the socket?

    Thanks.

    #529818

    Hi DROR,

    Try the following CSS:

    #socket .container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    Cheers!
    Rikard

    #529845

    Seems like it still leaves a big space below. Also, how can I make the social icons be on the same line as the copyright text?

    #529885

    Hey!

    Please add following code to Quick CSS

    #socket ul.noLightbox {
        top: -20px;
        margin-bottom: -20px;
    }

    Regards,
    Yigit

    #529891

    Hi Yigit, it still seems very thick – http://screencast.com/t/PWh7EfVqMtp – how can I make it half the height?

    #530523

    Hey!

    You have this code and it creates a container below the socket:

    <iframe name="google_conversion_frame" title="Google conversion frame" width="300" height="13" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/970219761/?random=1446695735217&cv=8&fst=1446695735217&num=1&fmt=1&guid=ON&u_h=900&u_w=1600&u_ah=860&u_aw=1600&u_cd=24&u_his=1&u_tz=480&u_java=true&u_nplug=5&u_nmime=7&frm=0&url=http%3A//teacherday2.wpengine.com/&ref=http%3A//kriesi.at/support/topic/how-to-reduce-the-size-of-the-socket-area/" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"><img height="1" width="1" border="0" alt="" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/970219761/?frame=0&random=1446695735217&cv=8&fst=1446695735217&num=1&fmt=1&guid=ON&u_h=900&u_w=1600&u_ah=860&u_aw=1600&u_cd=24&u_his=1&u_tz=480&u_java=true&u_nplug=5&u_nmime=7&frm=0&url=http%3A//teacherday2.wpengine.com/&ref=http%3A//kriesi.at/support/topic/how-to-reduce-the-size-of-the-socket-area/" /></iframe>
    

    How did you add that?

    Best regards,
    Ismael

    #530603

    That’s a good question. Where do you see this code exactly so I can remove it?

    #530700

    Hi!

    Do you remember adding this code into a file or into Google Analytics field?

    Best regards,
    Yigit

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