
-
AuthorPosts
-
March 12, 2019 at 6:12 pm #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
March 14, 2019 at 7:28 pm #1078815Hey 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,
BasilisMarch 15, 2019 at 1:19 pm #1079114The problem is that the following error is reported by Google Mobile Test: Elements selectable too closely between them.
How do I fix it?
Thank youMarch 17, 2019 at 6:19 am #1079531Hi,
Unless you have problems with elements actually being too close together, then you can ignore that warning from Google.
Best regards,
RikardMarch 17, 2019 at 1:07 pm #1079581Yes but the problem is that this warning decrease the website SEO. I would understand how I can solve it.
Thank youMarch 20, 2019 at 8:36 am #1080716Hi,
You would need to add a speicifc media query for the mobile sections to add paddings.
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.