Tagged: ,

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

    Hey Guys,

    i found a lot of topics for this topic, but nothing helped.
    In Desktop mode we have a height of 45px, but in tablet and mobile it is 50% larger. I tried to find a way to solve it by myself, but nothing worked for me. Maybe you have an advice for me? To keep the same height in all formats?

    Link is in private.

    It would be great if someone can help me. Thank you

    Cheers Jerome

    #1092263

    Hey Jerome,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: 45px;
        line-height: 45px;
    }
    }

    Best regards,
    Rikard

    #1093656

    Hey Rikard,

    Thanks for your reply.
    The Code didn’t work for me. The code makes sense and tried something like this before, but in tablet and smartphone mode it is 90px high instead of 45px.

    Do you have any idea, how i can change the height? :D

    Thanks for your help.
    Best regeards,
    Jerome

    #1094032

    Hi Jerome,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Victoria

    #1094393

    Hey Victoria;

    thank you for your reply.
    Please look in the private section.

    Thank you!
    Best regards,
    Jerome

    #1095740

    Hi,

    Please try adding this code to your child theme’s style.css file:

    More info here.

    CSS Snippet:

    
    /* CSS - */
    
    @media only screen and (max-width: 990px) {
     #header #header_main .container {
           height: 40px  !important;
           line-height: 40px  !important; 
    }}
    
    @media only screen and (max-width: 768px) {
      #header #header_main .container {
         height: 40px  !important;
         line-height: 40px  !important; 
      }
    
      .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: 40px;
        line-height: 40px;
      }
      .responsive .logo a {
        display: inline-block;
    }}
    
    
    

    Best regards,
    Vinay

    #1096913

    Hey Vinay

    sorry for the late answer but the code didn’t change anything. i tried also a lot to solve this, but it was not succesfull :D …

    I only solved it that the Logo sticks on the top. That was good, but the Logo area was to big. I was unable to change the hight and it lookd bad… hm sorry maybe you have an another idea? :]

    if it is not possible i will use a different logo, but the header on mobile is so fat… whatever. Maybe someone has a solution, if not i will use a bigger logo.
    Thank you for your help!
    Best regards,
    Jerome

    #1097794

    Hi,

    using the bigger logo is the easiest way without any customization that would need to be applied.

    Best regards,
    Basilis

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