Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #323195

    Hi there,
    The logo is compressed in the mobile version as well the nav box sits on top of the logo.

    #323202

    Hi web4698!

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

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    margin-left: 0!important;
    margin-top: 5px!important;
    }}

    Best regards,
    Yigit

    #323227

    I don’t like what that does to the logo.
    Can the nav menu be placed under the logo?

    #323238

    Hey!

    Please use following code to do so

    @media only screen and (max-width: 480px) {
    .responsive #header_main .container { height: 175px !important; }
    #advanced_menu_toggle, #advanced_menu_hide { top: 84%; }}

    Best regards,
    Yigit

    #323270
    This reply has been marked as private.
    #323275

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #advanced_menu_toggle, #advanced_menu_hide {
    right: 40%;
    }}

    You may need to adjust it to center perfectly

    Cheers!
    Yigit

    #323365

    In the mobile version?

    #323480

    Hey!

    Use this to adjust the height and position of the logo on mobile device:

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

    Cheers!
    Ismael

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