Buongiorno ho notato che il menu e il pulsante della ricerca si sovrappone – per vedere cosa accade vedere dalla screnshoot
Con quale codice css posso correggere il problema?
Grazie
Hey cristinagrafik,
Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-width: 65%;
}
}
Best regards,
Rikard
Va bene – applico – e ti aggiorno sul esito
Perfetto applicato – e riuscito – ti allego screeshoot
Grazie
Un ulteriore domanda per capire – come posso aggiungere l’icone social nel menu superiore centrate insieme al numero “servizio clienti”?
Grazie
Allego screeshoot nel detttaglio
Inserimento icone social menu superiore centrate
Hi,
Thank you for the screenshot.
You can add this css code to display the social icons back on mobile view.
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
display: block;
}
}
Best regards,
Ismael
Hi,
Thanks for the update. So everything is working as it should now then?
Best regards,
Rikard
Si – ora tutto bene ok
Grazie
Hi,
Great, I’m glad to hear that. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Puoi chiudere l’argomento senza problemi. Tutto ok
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon