Jump to content

CSS distanze dai box


disarci

Recommended Posts

Ciao a tutti,
qualcuno che mastica il css meglio di me:

Vorrei abbassare un pochino i titoli per un tema che mi sto preparando, perche' finiscono sui bordi.
L'esempio forse e' piu' chiaro:

www.siti.tfd.it

sapresti dirmi dove toccare il css per "abbassare" un pochino i titoli.
Grazie

Link to comment
Share on other sites

Per effettuare questa modifica bisogna
accedere al file themes/prestashop/global.css

per modificare la distanza superiore

agire sulla riga n° 861 che contiene il seguente codice

padding-top:12px;


agire sulla riga n° 859 che contiene il seguente codice
padding-left:0.9em;


posto il codice css derl box completo come dovreste trovarlo nella relase di defoult
div.block h4 {
text-transform: uppercase;
font-family: Helvetica, Sans-Serif;
font-weight: bold;
font-size: 1.2em;
padding-left:0.9em;
border-bottom:1px solid #595A5E;
padding-top:12px;
line-height:1.3em;
color: #374853;
height: 19px;
background: transparent url('../img/block_header.gif') no-repeat top left;
}


;-)
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...