Tagged: 

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

    Hello,
    I would like to Increase size of header and logo and center logo in mobile view

    see:

    View post on imgur.com

    Would be great if you could help me.

    Best regards
    Josephine

    #1400935

    can you try this :

    @media only screen and (max-width: 767px) {
      .responsive .logo img,
      .responsive .logo svg {
        max-height: 120px;
        top: 5px;
        left: 50%;
        transform: translateX(-50%)
      }
      .responsive #top #wrap_all .main_menu {
        height: 120px !important;
        right: -20px;
        left: auto;
      }
      .responsive #top .logo{
        max-height: 120px;
        width: 100%;
      }
      .responsive #top #main {
        padding-top: 0px !important;
      }
      .responsive.html_top_nav_header .av-logo-container {
        height: 120px !important;
      }
    }
    #1400950

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1400974

    thanks a lot Guenni, I changed some values, and then it worked out for me! :)

    #1400977

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase size of header and logo and center logo in mobile view’ is closed to new replies.