Jump to content

Category block covers navigation pipe?


kalander

Recommended Posts

Hi,

 

Can anyone help me and tell me why the category block covers the navigation pipe?

Look at the attached file.

 

Can I edit any .css och tpl file to adjust the space between the blocks?

 

I'm have Prestashop version: 1.6.0.6 and theme: ecostore

 

Thanx in advance!

 

ThomasK

post-771133-0-78668600-1413908069_thumb.jpg

Link to comment
Share on other sites

you use height:50px; param for .pagetitle element

it's not enough, because elements inside this block are much larger

 

so there are 2 possibilities:

 

1) increase height param in:
 

.pagetitle {
height: 50px;
width: 100%;
background: #f3f3f3;
/* margin: 20px 0; */
padding: 35px 0 30px;
}

2). change size of blocks inside pagetitle <div>

JJP3tNP.png

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...