Vai al contenuto

💥 CSS Header: Soluzione di Emergenza (Inline)

/* CSS DA INCOLLARE NELL’HEADER.PHP */

<style>
@media screen and (min-width: 768px) {
body *:not(img) {
margin-top: 0px !important;
margin-bottom: 3px !important;
padding-top: 1px !important;
padding-bottom: 1px !important;
}

body img[src*=”person-hero-2.png”] {
margin: 20px auto !important;
padding: 20px !important;
}

body p { margin: 0 0 3px 0 !important; line-height: 1.3 !important; }
body h1, body h2, body h3 { margin: 0 0 2px 0 !important; }
}
</style>

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *