Jump to content

<SOLVED> Little basket positioning problem


Recommended Posts

Hello kuldmedal,

 

Just go to your theme folder and then to css folder and there you have the global.css file, now open it with your favorite txt editor ( for example notepad++ ) and then search for this line #header_user UL#header_nav #shopping_cart and there you find the line top:83px change that value to 64px and thats it.

 

The line off code look like this then,

 

#header_user UL#header_nav #shopping_cart
position:absolute;
right:10px;
text-align:right;
top:64px;
height:20px;
width:250px;
z-index:99;
clear:both;
float:right;

 

Hope this helped.

 

Regards,

 

ysco..

Link to comment
Share on other sites

Hello kuldmedal,

 

My bad, it is not global.css that you need to edit but you need to edit layouts.css file there you will find the correct line on position 309

 

Or download the edited layout.css file and replaced yours with this one.

If you do not see the changes in FO then set in BO cache to OFF then reload the page and set cache to ON again.

 

 

Best regards,

 

ysco..

layouts.css

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

×
×
  • Create New...