-
AuthorPosts
-
April 8, 2014 at 2:34 pm #248773
Hi there,
how can I get rid of the overlapping that we’re seeing here in the footer with the social items: http://dev.lorenasarbu.com/lsi-snap
ThanksApril 8, 2014 at 2:35 pm #248774This reply has been marked as private.April 9, 2014 at 2:17 pm #249262Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) { #socket { height: 60px; } .container .copyright { padding-top: 30px!important; }}
Cheers!
YigitApril 9, 2014 at 7:25 pm #249365This reply has been marked as private.April 10, 2014 at 3:48 pm #249813Hey!
Please add folllowing code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { height: auto !important; } #header_main { margin-bottom: 15px; } #socket .sub_menu_socket div { float: left; } } #mobile-advanced ul.sub-menu { padding-left: 30px; }
Please firstly add button and then post the link to your page and point them out
Regards,
YigitApril 10, 2014 at 4:33 pm #249827This reply has been marked as private.April 10, 2014 at 4:47 pm #249832This reply has been marked as private.April 10, 2014 at 4:58 pm #249838This reply has been marked as private.April 13, 2014 at 9:41 am #250709Hey!
Please use this to fix the logo:
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo img { margin: 0; width: 80%; } .responsive .mobile_slide_out .logo { position: relative; top: 20px; left: 0; } }
Cheers!
IsmaelApril 14, 2014 at 3:50 pm #251142This reply has been marked as private.April 15, 2014 at 6:45 am #251442This reply has been marked as private.April 15, 2014 at 11:35 pm #251852Hey!
Please change left: 0; in Ismael’s code to left: 35%;
and add following code to Quick CSS@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { left: 0!important; }}
Best regards,
Yigit- This reply was modified 10 years, 7 months ago by Yigit.
April 15, 2014 at 11:54 pm #251860This reply has been marked as private.April 16, 2014 at 12:00 am #251864Hi!
I have edited the code i posted and added !important rule, it should fix it :)
Regards,
YigitApril 16, 2014 at 12:03 am #251865This reply has been marked as private.April 16, 2014 at 5:28 am #251932This reply has been marked as private.April 16, 2014 at 1:42 pm #252079Hi!
That is because code i posted here is not being applied – https://kriesi.at/support/topic/social-media-footer-overlapping-on-ipad/#post-251852
I tried to login with credentials you provided earlier but they are not working one. Do you mind creating another one so i can take care of everything?Cheers!
YigitApril 16, 2014 at 1:58 pm #252089This reply has been marked as private.April 16, 2014 at 3:05 pm #252128April 16, 2014 at 3:22 pm #252146This reply has been marked as private.April 16, 2014 at 3:27 pm #252152Hi!
You are welcome. I edited Style.css file of your child theme. Shall i mark the thread as resolved? :)
Best regards,
YigitApril 16, 2014 at 3:43 pm #252164This reply has been marked as private.April 16, 2014 at 4:52 pm #252200Hey!
Please add following code to custom css as well
@media only screen and (max-width: 480px) { .container .copyright { padding-top: 45px!important; }}
Cheers!
YigitApril 16, 2014 at 5:02 pm #252212This reply has been marked as private.April 16, 2014 at 5:33 pm #252227Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { .sub-menu li a:before { top: 5px!important; } .sub-menu li { padding-left: 30px!important; }}
Best regards,
YigitApril 16, 2014 at 5:40 pm #252232This reply has been marked as private.April 16, 2014 at 6:15 pm #252244Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { footer#socket.container_wrap.socket_color div.container { padding-top: 20px!important; }}
and adjust the value i posted here – https://kriesi.at/support/topic/social-media-footer-overlapping-on-ipad/#post-252200
Regards,
YigitApril 16, 2014 at 6:46 pm #252267This reply has been marked as private.April 17, 2014 at 3:52 am #252410This reply has been marked as private.April 17, 2014 at 1:34 pm #252661 -
AuthorPosts
- The topic ‘Social Media Footer – Overlapping on Ipad’ is closed to new replies.