hmulhim Posted July 25, 2013 Share Posted July 25, 2013 Hello, After I discovered how to make my website RTL, the Logo is obscuring the shopping Basket.I am using Arabic, and I am using 1.5 version of prestashop.First photo of the website when I Click on the LTR option : Second is a photo of the website where I click the RTL option: I appreciate your helphmulhim Link to comment Share on other sites More sharing options...
hmulhim Posted September 17, 2013 Author Share Posted September 17, 2013 Bump, please help!! Link to comment Share on other sites More sharing options...
vekia Posted September 17, 2013 Share Posted September 17, 2013 are you able to share url to your store? it looks like css issue Link to comment Share on other sites More sharing options...
hmulhim Posted September 17, 2013 Author Share Posted September 17, 2013 It is http://nakhasah.com/index.php you can switch between the english Version and Arabic Version by clicking on the flags above! Link to comment Share on other sites More sharing options...
tuk66 Posted September 17, 2013 Share Posted September 17, 2013 Try to add left: 0; attribute to #header_logo style. Link to comment Share on other sites More sharing options...
vekia Posted September 17, 2013 Share Posted September 17, 2013 yess that's right, use this: #header_logo { position: absolute; top: 30px; z-index: 1; left: 0px; } in global.css file (themes/YOUR_THEME/css/global.css) i've noticed that you've got CCC turned on for css files (under adv. parameteres > performance tab) turn it off and also turn ON force compile, then refresh your website - it's necessary - otherwise changes in global.css will not be included to minified (ccc) css file 1 Link to comment Share on other sites More sharing options...
hmulhim Posted September 17, 2013 Author Share Posted September 17, 2013 yess that's right, use this: #header_logo { position: absolute; top: 30px; z-index: 1; left: 0px; } in global.css file (themes/YOUR_THEME/css/global.css) i've noticed that you've got CCC turned on for css files (under adv. parameteres > performance tab) turn it off and also turn ON force compile, then refresh your website - it's necessary - otherwise changes in global.css will not be included to minified (ccc) css file Thank you both, it worked, But I have not used your advice about CCC. Do I still need to do it? hmulhim Link to comment Share on other sites More sharing options...
vekia Posted September 17, 2013 Share Posted September 17, 2013 so if everything works fine, you haven't Link to comment Share on other sites More sharing options...
hmulhim Posted September 17, 2013 Author Share Posted September 17, 2013 so if everything works fine, you haven't I actually now applied what you adviced, the category view had the same problem, when I changed the parameteres about force compile and stopping CCC for javascript and CSS, the website is better now. Does this mean I should no longer change back to CCC, and force compile? Link to comment Share on other sites More sharing options...
vekia Posted September 17, 2013 Share Posted September 17, 2013 no, definitely, you need to turn force compile OFF, it's only for "developing" purposes, use it only when you want to modify theme, modules etc. Link to comment Share on other sites More sharing options...
Recommended Posts