Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #293656

    I have 9 social icons and they overlap my logo on the mobile version.

    Is there any way to prevent this besides removing the logo?

    Thx in advance.

    #293751

    Hi fgrippe!

    Thank you for using the theme.

    Please post the website URL here. We would like to check it. I’m sure we can fix it via CSS.

    Cheers!
    Ismael

    #296480
    This reply has been marked as private.
    #296699

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    top: 7px;
    }
    .responsive .logo a, .responsive .logo img {
    max-width: 95%;
    height: auto !important;
    margin-top: 5px!important;
    }}

    Best regards,
    Yigit

    #296721
    This reply has been marked as private.
    #296976

    Hey!

    Try with this code:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
        display:block !important;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    div#header_meta {
        display: none;
    }
    div#header_main {
        padding-top: 20px;
    }
    }
    

    Cheers!
    Josue

    #397018
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Social icons overlap logo on iphone’ is closed to new replies.