CSilva Posted March 28, 2013 Share Posted March 28, 2013 (edited) Hi, i'm new with Prestashop, and i'm facing some difficulties positioning or changing some modules position on the default template. The modules are the Cart block and User info block, which i would like to place as the attached picture shows. If someone could help me with this question, i would be very grateful. regards, Edited April 5, 2013 by CSilva (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted March 28, 2013 Share Posted March 28, 2013 You will need to edit blockuserinfo.css located here ../modules/blockuserinfo/ Try this: #header_user_info { clear:both; float:right; margin-top:-25px; padding:0; font-size:12px; margin-right:250px } 1 Link to comment Share on other sites More sharing options...
CSilva Posted March 28, 2013 Author Share Posted March 28, 2013 Hi tdr170, thank you very much for your support, that worked just fine! Now i just need to move down both modules a few pixels, and it will be perfect. Do you know in which file i should make changes? Increasing the top margin, for example? thanks again! Link to comment Share on other sites More sharing options...
tdr170 Posted March 28, 2013 Share Posted March 28, 2013 Do you want them just above the top horizontal menu. Same file the very first block in the file just change the margin-top value until they are where you want them. #header_right #header_user { clear:both; float: right; margin-top:20px; } 1 Link to comment Share on other sites More sharing options...
CSilva Posted March 28, 2013 Author Share Posted March 28, 2013 That's exactly what i wanted! Thank you very much for your support! I've tried to find the files and functions where i should make the changes with the "inspect element" from Google Chrome, but it didn't worked out! Do you think i'll be more lucky with Firebug? Thanks again! Link to comment Share on other sites More sharing options...
tdr170 Posted March 28, 2013 Share Posted March 28, 2013 I use Google chrome all you need to do is right click on the item and choose inspect then make sure that in the panel at the bottom you are on the main code for that item. Then in the right column you will see a list os CSS files, it takes a little practice to understand what clicking on in the left column shows in the right column. Link to comment Share on other sites More sharing options...
CSilva Posted March 28, 2013 Author Share Posted March 28, 2013 (edited) Ok, I'll have to practice a lot more then! ;-)... Thank you very much once again! Edited March 28, 2013 by CSilva (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 29, 2013 Share Posted March 29, 2013 thanks for sharing solution, i decided to mark this topic as solved for other forum members :-) thanks again! Link to comment Share on other sites More sharing options...
lovi222 Posted September 2, 2013 Share Posted September 2, 2013 hi vekia, can u plz help me in changin position in header first login after then cart and then currency block. Link to comment Share on other sites More sharing options...
lovi222 Posted September 3, 2013 Share Posted September 3, 2013 hey , can anybody plz help my search bar is not providing hint can u plz help me... Link to comment Share on other sites More sharing options...
lovi222 Posted September 3, 2013 Share Posted September 3, 2013 hey , can anybody plz help my search bar is not providing hint can u plz help me... Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2013 Share Posted September 3, 2013 share url to your website please and in addition to this - make sure that you've got "AJAX" search turned on in your back office search settings Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now