-
AuthorPosts
-
April 17, 2014 at 1:47 pm #252671This reply has been marked as private.April 17, 2014 at 1:52 pm #252678
Hi!
Please add following code to Quick CSS as well
#top #main .sidebar { border: none; }
Cheers!
YigitApril 17, 2014 at 2:23 pm #252702This reply has been marked as private.April 17, 2014 at 2:31 pm #252710Hey!
In that case following should do it
#top #main .sidebar, .content { border: none !important; }
Please do not forget to flush browser cache after applying the code
Cheers!
YigitApril 17, 2014 at 2:34 pm #252714This reply has been marked as private.April 17, 2014 at 2:35 pm #252715This reply has been marked as private.April 17, 2014 at 2:47 pm #252721Hey!
I have checked your Style.css file and you had one extra closing curly bracket. I removed it moved the code to the top and it seems to be working.
Regards,
YigitApril 17, 2014 at 2:58 pm #252726This reply has been marked as private.April 17, 2014 at 10:33 pm #252927This reply has been marked as private.April 17, 2014 at 11:45 pm #252956This reply has been marked as private.April 18, 2014 at 4:19 pm #253219Hey!
Please find following code
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo img { margin: 0; width: 80%; max-width: 408px!important; left: 50%!important; }}
and remove left value, then add following code
@media only screen and (max-width: 768px) { .html_header_top.html_logo_center .logo { webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; transform: none !important; }}
Cheers!
YigitApril 18, 2014 at 5:02 pm #253240This reply has been marked as private.April 18, 2014 at 10:53 pm #253323Hi!
1-Following code should fix it
@media only screen and (max-width: 990px) and (min-width: 768px) { #socket .copyright { margin-left: 15%; } #socket .sub_menu_socket { margin-right: 15%; }}
2- The code i posted above to fix your second issue.
3- Please refer to Josue’s post here – https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/#post-185070Justin, i went beyond the scope of support we provide and assist you with social icons on socket section and wanted to finish what i started but it has been more than 40 posts back and forth. I am unfortunately going to need to ask you to hire a freelance developer for further customizations.
Best regards,
YigitApril 18, 2014 at 11:39 pm #253334This reply has been marked as private.April 19, 2014 at 12:53 am #253346Hey!
No, we are not a customization service and we do not charge for providing support. Should i assume that my previous post helped and everything is fine now?
Cheers!
YigitApril 19, 2014 at 1:11 am #253351This reply has been marked as private.April 19, 2014 at 1:16 am #253353 -
AuthorPosts
- The topic ‘Social Media Footer – Overlapping on Ipad’ is closed to new replies.