Jump to content

[SOLVED] RTL Arabic Website with Logo Over Basket Problem


Recommended Posts

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 : post-558756-0-35783700-1374727770_thumb.png
Second is a photo of the website where I click the RTL option: post-558756-0-68119700-1374727807_thumb.png


I appreciate your help


hmulhim

Link to comment
Share on other sites

  • 1 month later...

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

  • Like 1
Link to comment
Share on other sites

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

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

×
×
  • Create New...