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

    So I totally get that the mobile header size is predetermined.
    But what if someone wants to make the size of the mobile logo bigger?

    Thanks!

    M

    #275657

    Hey interage!

    Can you post the link to your website so we can provide you accurate custom CSS code?
    You can try adjusting values on following one

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100%;
    height: 100px !important;
    max-height: 100px !important; }}

    Regards,
    Yigit

    #275755
    This reply has been marked as private.
    #275757

    One other thing… is there a way to replace the menu button with a graphic?

    Thanks – you guys are the best.

    #275762

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
    height: 240px !important;
    }
    .responsive .logo a, .responsive .logo img, .responsive .logo {
    height: auto !important;
    max-height: 240px !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide { top: 78%: }
    }

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.