Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
November 3, 2015 at 7:47 pm #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.
November 4, 2015 at 9:46 am #529818Hi DROR,
Try the following CSS:
#socket .container { padding-top: 0px !important; padding-bottom: 0px !important; }
Cheers!
RikardNovember 4, 2015 at 10:22 am #529845Seems 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?
November 4, 2015 at 11:38 am #529885Hey!
Please add following code to Quick CSS
#socket ul.noLightbox { top: -20px; margin-bottom: -20px; }
Regards,
YigitNovember 4, 2015 at 11:46 am #529891Hi Yigit, it still seems very thick – http://screencast.com/t/PWh7EfVqMtp – how can I make it half the height?
November 5, 2015 at 6:01 am #530523Hey!
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,
IsmaelNovember 5, 2015 at 9:20 am #530603That’s a good question. Where do you see this code exactly so I can remove it?
November 5, 2015 at 11:53 am #530700 -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.