ipcomp1 Posted April 24, 2012 Share Posted April 24, 2012 Hello all I'm using prestashop new free tempate 1.5 , and i'm try to change direction of pictures from left to right like in the sample picture i have attched , and i can find where it should be done. will be happy for some tips Thanks, Shlomi question.bmp Link to comment Share on other sites More sharing options...
Carl Favre Posted April 24, 2012 Share Posted April 24, 2012 Hi ipcomp1, In most recent browsers you have a developer mode or you can install firebug at least. It allows you to see which code you should change for any selected element. Generally you have to modify the CSS of the modules or global.css. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted April 24, 2012 Share Posted April 24, 2012 Hi ipcomp, Your question is a bit vague, but as Carl said, you should be able to change much of this in the CSS files. Additionally, I notice that you aren't using the proper image sizes for that theme, which is why there are some alignment issues. Please check your theme's documentation to find the correct sizes to set in your Preferences > Images panel in your Back Office. -Mike Link to comment Share on other sites More sharing options...
ipcomp1 Posted April 24, 2012 Author Share Posted April 24, 2012 Hello Mike Im using fresh install and using prestasop free tempalte "PrestaShop Template 1.4.5" . i only made 2 chabges : in global.css add the value - direction: rtl; and in the admin area to use RTL all images are from original template and i didint change any size m also there is a lot of css files in this offical template also im using firebug and also didnt mange to find where to change it. Thanks, Shlomi Link to comment Share on other sites More sharing options...
Mike Kranzler Posted April 24, 2012 Share Posted April 24, 2012 Hi Shlomi, For the issues in your screenshot, you will need to make changes to the individual module files as well. If you'd like more information on how to best approach this, you may want to consider posting your issue here. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts