kuldmedal Posted August 26, 2012 Share Posted August 26, 2012 (edited) Hello, I'd like the top right corner basket to be on the black area, how can I lift it up a bit more so it would? Edited August 26, 2012 by kuldmedal (see edit history) Link to comment Share on other sites More sharing options...
ysco Posted August 26, 2012 Share Posted August 26, 2012 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 More sharing options...
kuldmedal Posted August 26, 2012 Author Share Posted August 26, 2012 Thank you for you answer. But I can't find these lines in my global.css, I also attached my global.css file. global.css Link to comment Share on other sites More sharing options...
ysco Posted August 26, 2012 Share Posted August 26, 2012 (edited) 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 August 26, 2012 by ysco (see edit history) Link to comment Share on other sites More sharing options...
kuldmedal Posted August 26, 2012 Author Share Posted August 26, 2012 It's all OK now, thank you very much! Link to comment Share on other sites More sharing options...
ysco Posted August 26, 2012 Share Posted August 26, 2012 Hello kuldmedal, Glad i could help Can you add <SOLVED> in topic title Regards, ysco.. Link to comment Share on other sites More sharing options...
kuldmedal Posted August 26, 2012 Author Share Posted August 26, 2012 (edited) Hello, Now I appear to having a new problem, now there is a little gray bar appearing in the upper site, in the header. How could I make it dissapear? Picture: http://www.upload.ee...3/probleem2.bmp Edited August 26, 2012 by kuldmedal (see edit history) Link to comment Share on other sites More sharing options...
ysco Posted August 26, 2012 Share Posted August 26, 2012 Hello kuldmedal, Try the attached file. Let me know if this correct it. Regards, ysco.. layouts.css Link to comment Share on other sites More sharing options...
kuldmedal Posted August 26, 2012 Author Share Posted August 26, 2012 It worked, thank you once again! Link to comment Share on other sites More sharing options...
ysco Posted August 26, 2012 Share Posted August 26, 2012 Your welcome Regards, ysco.. Link to comment Share on other sites More sharing options...
Recommended Posts