Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1077878

    Hi,

    we use an alternative white logo on our site for the transparent header. When using the Menu items option on mobile devices we have entered “Activate only for Smartphone (768 px).
    And everything seemed ok.

    Having now several menu items we have activated the option “Activate for Smartphone and Tablet (990px) but the logo remains the classic black on smartphones and tablets (no white). Why?

    In addition, the google test shows us the warning that “The site is not optimized for mobile.

    Here is the custom CSS code that we have added via Enfold panel:

    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}
    
    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
      opacity: 0;
    }
    .responsive #top .av_header_transparency .logo img.alternate {
      display: block;
    }}
    
    /* LayerSlider height in portable device*/
    @media only screen and (max-width: 767px) {
        #top #main #layer_slider_1{ 
        height: auto !important;
        }}

    Thank you

    #1078815

    Hey thevoiager,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1079114

    The problem is that the following error is reported by Google Mobile Test: Elements selectable too closely between them.

    How do I fix it?
    Thank you

    #1079531

    Hi,

    Unless you have problems with elements actually being too close together, then you can ignore that warning from Google.

    Best regards,
    Rikard

    #1079581

    Yes but the problem is that this warning decrease the website SEO. I would understand how I can solve it.
    Thank you

    #1080716

    Hi,

    You would need to add a speicifc media query for the mobile sections to add paddings.

    Best regards,
    Basilis

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