jellevdl Posted June 16, 2014 Share Posted June 16, 2014 Hi , Is it possible to move the cartblock to the Nav bar ? kr Jelle 1 Link to comment Share on other sites More sharing options...
PSfever.com Posted June 16, 2014 Share Posted June 16, 2014 Hi Jelle, Sure it is, could you give us your URL? It depends on your theme..we don't know what theme/modules you're using, so it's hard to tell. It would be best, if you also could make a screen of where exactly do you want to move this Nav Bar. Link to comment Share on other sites More sharing options...
jellevdl Posted June 16, 2014 Author Share Posted June 16, 2014 Hi, At the moment my site is password protected, but I have made a screenshot. It's the default theme. I removed the search and I would like the cart block next to the Login field and the horizontal menu bar next to the logo Thanks Jelle Link to comment Share on other sites More sharing options...
PSfever.com Posted June 16, 2014 Share Posted June 16, 2014 You would have to hook it first into the Nav Menu and delete it from Top Hook. Then there are some CSS changes that you must make, so that the cart fits in nicely. Finally, about the menu, change this in /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css .sf-contener { clear: both; float: left; width: 100%; } to this .sf-contener { clear: none; float: left; width: 60%; } Link to comment Share on other sites More sharing options...
jellevdl Posted June 17, 2014 Author Share Posted June 17, 2014 Hi, Thanks ! It already looks much better. I have changed the width of the header logo to 20% in stead of 33,333333 % and then I could adjust the menu to 80 %. But I have 2 outstanding questions : - what do I have to change in the CSS of the nav bar, to align the cart , so that it's a fine line instead of the large dark bar now. - How can I scale the horizontal top menu , so the search field is on the same line as the rest of the menubar. thanks Jelle Link to comment Share on other sites More sharing options...
PSfever.com Posted June 18, 2014 Share Posted June 18, 2014 Would it be possible for u to allow your website, so that I can take a look at it and tell you what to change? It's always better to do it directly on the site where it will be running afterwards... Link to comment Share on other sites More sharing options...
francklecancre Posted September 28, 2014 Share Posted September 28, 2014 (edited) Hi , Thanks ! but my cart is on the center of nav menu. ( attached files ) have you a css solution to move this one at right for exemple ? many thanks ( sorry for my english) regards Edited September 28, 2014 by francklecancre (see edit history) Link to comment Share on other sites More sharing options...
francklecancre Posted September 29, 2014 Share Posted September 29, 2014 (edited) ok now i have the attached files. I change the css blockcart padding-top: 50px; } to padding-top: 0px; } But impossible to move this one after "connexion" any idea ? many thanks Edited September 29, 2014 by francklecancre (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2014 Share Posted September 29, 2014 replace position of modules under modules > positions tab in your back office place block cart module after block user info module (on displayNav modules list) Link to comment Share on other sites More sharing options...
francklecancre Posted September 30, 2014 Share Posted September 30, 2014 perfect many thankx ! Link to comment Share on other sites More sharing options...
gius3pp3 Posted October 2, 2014 Share Posted October 2, 2014 Hi, I follow all steps for add cart to nav bar and it works perfectly, thank You The only problem is with position of module. Infact, if I change module position, cart is the fist o second module visualized in nav bar, starting from left. I tryed to change it in positions tab with all combinations, but cart is on the left or in the center in any way. How I can move it on the right? this is the url: www.webfuturo.it Thank You in advance G. Link to comment Share on other sites More sharing options...
francklecancre Posted October 3, 2014 Share Posted October 3, 2014 - Module postion / displayNav modules list 1 Link to comment Share on other sites More sharing options...
gius3pp3 Posted October 3, 2014 Share Posted October 3, 2014 Thank You francklecancre, it's the same where I try to change module positions, but with all combinations cart is ever in the center or on the left Look with your eyes: www.webfuturo.it I not understand what is the problem. Someone have any idea? Thanks for replies Link to comment Share on other sites More sharing options...
zionlion Posted October 14, 2014 Share Posted October 14, 2014 ok now i have the attached files. I change the css blockcart padding-top: 50px; } to padding-top: 0px; } But impossible to move this one after "connexion" any idea ? many thankscart.png Hi, How did you get the cart to line up nicely like you show in the photo, I went to blockcart.css and could not find a "padding-top".. i am on version 1.6.0.9 thanks.. Link to comment Share on other sites More sharing options...
gius3pp3 Posted October 15, 2014 Share Posted October 15, 2014 (edited) Hi, How did you get the cart to line up nicely like you show in the photo, I went to blockcart.css and could not find a "padding-top".. i am on version 1.6.0.9 thanks.. .shopping_cart > a:first-child:before line 45 Edited October 15, 2014 by gius3pp3 (see edit history) Link to comment Share on other sites More sharing options...
pata2004 Posted January 18, 2015 Share Posted January 18, 2015 Hello I have the same problem, I can't move the cart to the right. My test page is http://pata2004.zz.vc/index.php Any help Link to comment Share on other sites More sharing options...
Goyo Posted January 18, 2015 Share Posted January 18, 2015 Hello I have the same problem, I can't move the cart to the right. My test page is http://pata2004.zz.vc/index.php Any help Hi pata2004, Did you read the post #9 of this topic about to change the position of the modules in the hook "displaynav"? I suppose with this you can solve the item! Link to comment Share on other sites More sharing options...
pata2004 Posted January 18, 2015 Share Posted January 18, 2015 I did that but the cart still in left side. I did everything but nothing solve this. Link to comment Share on other sites More sharing options...
vekia Posted January 19, 2015 Share Posted January 19, 2015 I did that but the cart still in left side. I did everything but nothing solve this. any chance to see it live? if so ,please share url to shop Link to comment Share on other sites More sharing options...
pata2004 Posted January 19, 2015 Share Posted January 19, 2015 any chance to see it live? if so ,please share url to shop My test page: http://pata2004.zz.vc/index.php Thank you for your help Link to comment Share on other sites More sharing options...
gius3pp3 Posted January 19, 2015 Share Posted January 19, 2015 Hi, Try to add this in global.css: nav div.col-sm-4.clearfix { width: 300px; float: right; } Best regards G.D.B. 4 Link to comment Share on other sites More sharing options...
pata2004 Posted January 20, 2015 Share Posted January 20, 2015 Thank you for helping me, It’s working!!! Thanks again for all your help! Link to comment Share on other sites More sharing options...
gius3pp3 Posted January 21, 2015 Share Posted January 21, 2015 It's a pleasure Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2015 Share Posted August 25, 2015 new guide related to block cart and top menu move block cart to top menu! Link to comment Share on other sites More sharing options...
Recommended Posts