Jump to content

Problema icona carrello e barra ricerca per mobile


Idroone

Recommended Posts

Salve,

ho problema con la visualizzazione mobile.

Il sito in questione è il seguente:

https://www.idroone.it/

Versione Prestashop 1.7.8.8

 

Il problema è che quando si passa alla visualizzazione mobile, l'icona del carrello e della ricerca non sono allineati. Inoltre se si clicca sull'icona della ricerca, la barra risulta nascosta.

Qualcuno sa come risolvere ?

Grazie.

Mobile.png

Link to comment
Share on other sites

Prova con set in custom.css

body {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #808080;
    line-height: 5px;
    position: relative;
    background: #cccccc;
}

 

Bez tytułu.png

Link to comment
Share on other sites

On 1/28/2023 at 11:58 AM, ComGrafPL said:

Prova con set in custom.css

body {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #808080;
    line-height: 5px;
    position: relative;
    background: #cccccc;
}

 

Bez tytułu.png

Grazie ma in questo modo si risolve solo l’allineamento. Quando clicchi sul pulsante di ricerca, la barra è ancora nascosta.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...