Jump to content

Moving Top Menu categories to the left


Recommended Posts

Edita el archivo: vlsboutique.com/prestashop/themes/boutique/css/custom/custom.css

Alrededor de la linea: 323

En la regla: .sf-menu li {

Cambia: left: 255px;

Por: left: 0;

 

 

Saludos

  • Like 1
Link to comment
Share on other sites

i translated Cotko reply to english (we are in english section)

 

open file: vlsboutique.com/prestashop/themes/boutique/css/custom/custom.css

go to line: 323

there is a code like: .sf-menu li {...}

change: left: 255px;

to: left: 0;

  • Like 1
Link to comment
Share on other sites

If it's not to difficult any idea how I can move the search bar back up at top right side inside the top menu box? I posted a pic of how it is now and how it use to be.

 

post-785683-0-73976000-1399302214_thumb.jpg

 

post-785683-0-52360500-1399302220_thumb.jpg

 

Thanks!

Link to comment
Share on other sites

Thanks guys, I appreciate all your guys help. Everything is back where it should be. 
 
Had to also comment out the margin-right: 253px as well. I also notice that I got the same result when just adding a 0 where 253px is at. Is there any diff at the end when getting a final solution?

margin-top: 10px;
/*margin-right: 253px;*/
position: absolute;
right: -240px;}
Link to comment
Share on other sites

×
×
  • Create New...