generalexperts Posted February 9, 2014 Share Posted February 9, 2014 I have the 'Login/Register' link and the 'cart' on the top right of my page. I would like to move them down so they are on top of the menu. I know it's possibly to move them, but I was unable to get them to be displayed on top. When I tried to move them before they would go behind the horizontal menu. I was trying to do this in the blockuserinfo.css. Any help is appreciated! I am using Prestashop 1.5.4. Thanks! Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 10, 2014 Share Posted February 10, 2014 Hi. Would you supply an image on how you want it to be displayed? Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
generalexperts Posted February 10, 2014 Author Share Posted February 10, 2014 (edited) I have cut and pasted the cart down to where I would like it to go in photoshop. And the login/Register, I would like moved on top of the horizontal menu bar as well. I would like the login/register with a border and and different font color, but I think I can figure that out after It is overlayed on top. Thank you! Edited November 7, 2014 by generalexperts (see edit history) Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 10, 2014 Share Posted February 10, 2014 (edited) Hi. The correct way would be to include them in the menu, but that would require some changes. An approach would be to leave the <div> of the menu open, position the user info after the menu and close the <div> in the user info tpl file. Or you can force it with CSS. With CSS you should set the position as absolute and give it a high z-index. Regards.Robin.The CartExpert Team Edited February 10, 2014 by CartExpert.net (see edit history) Link to comment Share on other sites More sharing options...
generalexperts Posted February 11, 2014 Author Share Posted February 11, 2014 (edited) I am trying the CSS method as I don't exactly understand how I would do the other options. I am not able to get it to overlay with setting the position to absolute. Could you help me further with exactly what I need to change. Basically I want to overlay it and have the ability to change the font, color and size. Thank you! Edited February 13, 2014 by generalexperts (see edit history) Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 12, 2014 Share Posted February 12, 2014 For. #header_right #header_user set position relative, set the desired top value and set a big enough z-index. For #header_user_info remove the clear and the position styles. Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
generalexperts Posted February 12, 2014 Author Share Posted February 12, 2014 (edited) Thanks for your help! Edited February 12, 2014 by generalexperts (see edit history) Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 13, 2014 Share Posted February 13, 2014 Please mark the topic as [sOLVED]. Regards.Robin.The CartExpert Team 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