Przemysław Posted March 12, 2014 Share Posted March 12, 2014 Hello, I have a problem. After the upgrade PrestaShop smashed the graphics. It looks like this: I wish it looked like this. Here is global.css Theme is default. /* ************************************************************************************************ HEADER ************************************************************************************************ */ #header: { /* height: 100px; */ /* position: relative; */ background-color: transparent !important; } #header_logo : { position: absolute; top: -100px; z-index: 1; background-color: transparent !important; } #header_right { position:absolute; top:0px; left:0px; } #header_right { position:relative; float: right } Link to comment Share on other sites More sharing options...
dioniz Posted March 12, 2014 Share Posted March 12, 2014 Try to set top to -50px or something in #header_logo Link to comment Share on other sites More sharing options...
Przemysław Posted March 12, 2014 Author Share Posted March 12, 2014 Nothing has changed. Link to comment Share on other sites More sharing options...
dioniz Posted March 12, 2014 Share Posted March 12, 2014 can you share your site url Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 paste this to global.css file: #header_logo{ position:absolute; } #header_right { position:relative; float: right; margin-top:110px; } after changes press ctrl+f5 in your front office to refresh cache. Link to comment Share on other sites More sharing options...
Przemysław Posted March 12, 2014 Author Share Posted March 12, 2014 can you share your site url http://www.ristulsmarket.com Link to comment Share on other sites More sharing options...
Przemysław Posted March 12, 2014 Author Share Posted March 12, 2014 paste this to global.css file: #header_logo{ position:absolute; } #header_right { position:relative; float: right; margin-top:110px; } after changes press ctrl+f5 in your front office to refresh cache. Still nothing. My global.css one more time: /* ************************************************************************************************ HEADER ************************************************************************************************ */ #header: { /* height: 100px; */ /* position: relative; */ /*background-color: transparent !important; */ } #header_logo : { position:absolute; /* top: -50px; z-index: 1; background-color: transparent !important; */ } /* #header_right { position:relative; top:0px; left:0px; */ } #header_right { position:relative; float: right; margin-top:110px; } /* ************************************************************************************************ BREADCRUMB ************************************************************************************************ */ Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 where is code that i suggested to use? i checked your website, there is no code that we sugsted to include Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 in addition, you've got a lot of bugs in your comments: /* #header_right { position:relative; top:0px; left:0px; */ } you left bracket } Link to comment Share on other sites More sharing options...
Przemysław Posted March 12, 2014 Author Share Posted March 12, 2014 where is code that i suggested to use? i checked your website, there is no code that we sugsted to include I'm very sorry that the fatigue. This file is not pasted. And not in that I changed. Everything works great. Thanks a lot Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 no worries you're very welcome with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts