Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #579208

    social icons not visible on iphone vertical view – also not in footer visible

    pls see pics.

    pic1 landscape (2194) you can see half of the icons on the top – >
    version1: they should be centered
    version2: they should be left
    …but both visible fully.

    pic2 vertical view you can not see any social icons neither top bar nor footer (pic3)
    pleas all centered…. all links centered , and all copyright centered.. everything centered.

    on desktop view: they are fine but my logo is sliding a little below the header menu, needs more space to the top border?

    thank you guru´s

    Andreas :-)

    #579231

    Hi Andreas!

    We would need to check your web site, so we can find the issue and fix it.
    Please do let us know if that is possible.

    Thanks a lot

    Cheers!
    Basilis

    #579255

    sure, thank you ! :-) (Y)

    Andreas

    #580537

    hi could you find out something. ?
    my site should go online soon :-)

    Thank you Guru´s

    #581482

    Hi!

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
        margin-top: 0;
        display: block !important;
    }
    }

    Regards,
    Ismael

    #581510

    yes Ismael that worked on iphone vertical perfect

    on landscape iphone the footer menu (Impressum,AGBs) is overlapping the social icons. Can we fix this ?

    ALSO: the header Logo is overlapped on top border from the header menu there i would need some spacing

    thank you Andreas

    #583436

    Hey!

    To stack the footer items in mobile device so they wont bump into each other please add the below code to Enfold > General Styling > Quick CSS

    @media only screen and (max-width: 767px) {
    	footer .copyright, footer .social_bookmarks, footer .sub_menu_socket {
    		width: 100%!important;
    		clear: both!important;
    		display: block!important;
    		float:none!important;
    	}
    	footer .social_bookmarks {
    		padding-left:10px;
    	}
    }
    
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 11 months ago by Vinay.
    #583701

    did not work :-/

    #583958

    Hey!

    The code works! We added it in quick CSS :)

    Regards,
    Vinay Kashyap

    #583988

    Hey Vinnie
    oh yes, it works.

    QUESTION is it possible to get them centered relative.this would look much nicer ?

    thank you very much !!!!!
    :-)

    Andreas

    #584504

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    The current setup of the footer does not allow us to easily center the widgets a lot of things will have to be changed which will take a too much time to achieve the simple effect you like to have. You might have to hire a freelancer to do this.

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 11 months ago by Vinay.
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.