Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #257145

    Hello is it possible to center the logo on mobile devices? Also my social media buttons are overlapping the mobile logo.

    Is there anyway to stop this + make the icons bigger?

    Great theme!

    #257848

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #257881
    This reply has been marked as private.
    #258078

    Hey!

    Thank you for the link.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top.html_logo_center .logo {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%,, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    }
    
    .av_header_transparency #advanced_menu_toggle {
    top: 50px;
    }
    }

    I hope that helps.

    Regards,
    Ismael

    #259520

    Perfect thank you so mush Ismael :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Centered Logo + Social Icons’ is closed to new replies.