Jump to content

[SOLVED] white box page container in prestashop 1.6


Recommended Posts

to your global.css file, where you've got definition of #columns add background:#FFF; and padding:10px; like i show below:
 

#columns {
position: relative;
padding-bottom: 50px;
padding-top: 15px;
background: #FFF;
padding: 10px;
}

then from header {} remove: padding-bottom:15px; 

header {
z-index: 1;
position: relative;
background: white;
padding-bottom: 15px;
}

and at the end of file paste this:
 

header .container {
background:#FFF;
}
  • Like 1
Link to comment
Share on other sites

oh yeah.thank's a lot master vekia,you always have solution for each problem,thank's :D :D

 

you're welcome :-)

glad to hear that i could help you a little

 

i marked topic title as [solved]

 

with regards,

Milos

Link to comment
Share on other sites

×
×
  • Create New...