Viewing 17 posts - 31 through 47 (of 47 total)
  • Author
    Posts
  • #252671
    This reply has been marked as private.
    #252678

    Hi!

    Please add following code to Quick CSS as well

    #top #main .sidebar { border: none; }

    Cheers!
    Yigit

    #252702
    This reply has been marked as private.
    #252710

    Hey!

    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!
    Yigit

    #252714
    This reply has been marked as private.
    #252715
    This reply has been marked as private.
    #252721

    Hey!

    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,
    Yigit

    #252726
    This reply has been marked as private.
    #252927
    This reply has been marked as private.
    #252956
    This reply has been marked as private.
    #253219

    Hey!

    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!
    Yigit

    #253240
    This reply has been marked as private.
    #253323

    Hi!

    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-185070

    Justin, 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,
    Yigit

    #253334
    This reply has been marked as private.
    #253346

    Hey!

    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!
    Yigit

    #253351
    This reply has been marked as private.
    #253353

    Hey!

    Since this thread is getting messy, i will close it. Feel free to start a new one if solutions do not work

    Cheers!
    Yigit

Viewing 17 posts - 31 through 47 (of 47 total)
  • The topic ‘Social Media Footer – Overlapping on Ipad’ is closed to new replies.