Jump to content

new payment logo position [solved]


Recommended Posts

Hi Haochen,

 

try this:

 

edit themes/<your theme folder>/css/global.css

 

add (at the end of the file):

 

.lofadva-block-1 {

   height: 120px;

}

 

 

and, same file: (at line 2054):

 

.paiement_logo_block {

   position: absolute;            <- add this line

   width: 300px;                   <- change to 300px;

   top: 35px;                        <- add this line

   text-align: center;

   margin-bottom: 1.5em;

}
 
Hope this helps,
pascal
Link to comment
Share on other sites

×
×
  • Create New...