pngb4 Posted May 5, 2014 Share Posted May 5, 2014 Hello, I can't seem to figure out how to move the top menu tab categories to the left. It seems to be to the right. Currently looking in modules/blocktopmenu/CSS/superfish-modified.css Am currently using boutique template and version 1.6.0.6. URL: http://www.vlsboutique.com/prestashop/ Thanks everyone! Link to comment Share on other sites More sharing options...
Rolige Posted May 5, 2014 Share Posted May 5, 2014 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 1 Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 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; 1 Link to comment Share on other sites More sharing options...
Rolige Posted May 5, 2014 Share Posted May 5, 2014 i translated Cotko reply to english (we are in english section)LOL I don't understand why I replied in Spanish, but thanks for translate. Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 Thanks, you guys are awesome! No prob, I understand some Spanish. Thanks for translation Vekia. Gracias por ayudar COTOKO. Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 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. Thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 add position:absolute; right: -240px; to .sf-search position: absolute; right: -240px; 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 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 More sharing options...
Recommended Posts