Jump to content

[SOLVED]moving the cart at the top attached photo


Recommended Posts

I would like to thank all those who can help me finish this, and I apologize for my bad bad English, I hope that everything is understood by everyone.

 

I attach photos to a fair assessment, I have to move up the block cart in the picture I selected a blue arrow with the movement that I do, can you help me please? I'm stuck at this point but I can not go any further.

 

 

thank you all

 

use prestashop 1.5.4.1 and my site is local with xampp

 

 

Carrello.JPG

Edited by lui1969 (see edit history)
Link to comment
Share on other sites

so it will be really hard to help

but no worries, i will try

 

okay

so the solution is in the css styles: /modules/blockuserinfo/blockuserinfo.css

 

 

you've got there:

#header_right #header_user {
clear:both;
float: right;
margin-top:8px;
}

 

remove the margin-top:8px; add this: position:relative; top:-40px; right:0px;

 

now it's time to customize the position. you can decrease / increase the value of the top param to achieve particular effect

(value of this param depends on your template)

Link to comment
Share on other sites

thank you, thank you, I could not understand, how to do, but thanks to your intervention everything has turned out well.

 

thanks

 

I can add in this topic is another problem or is it better to open another?

 

thanks again VEKIA do not know how happy your help

Link to comment
Share on other sites

×
×
  • Create New...