giuliupresta Posted August 27, 2015 Share Posted August 27, 2015 How can I change the "Block information custom CMS" module 2 to 3 columns ? Thanks. Giulio Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2015 Share Posted August 30, 2015 you have to change class of the blocks from col-xs-6 to col-xs-4 blockcmsinfo.tpl <!-- MODULE Block cmsinfo --> <div id="cmsinfo_block"> {foreach from=$infos item=info} <div class="col-xs-4">{$info.text}</div> {/foreach} </div> <!-- /MODULE Block cmsinfo --> {/if} Link to comment Share on other sites More sharing options...
giuliupresta Posted August 30, 2015 Author Share Posted August 30, 2015 Thank you very much Ambassadors!!! But, when I upgrade to Prestashop, the change is overwritten? Thank you in advance. Giulio Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2015 Share Posted August 31, 2015 if you will override the module file with theme file - no, you will not lose the changes. Link to comment Share on other sites More sharing options...
giuliupresta Posted September 1, 2015 Author Share Posted September 1, 2015 OK thank's. Then when did the upgrade modules are not overwritten CSS. Right? Giulio Link to comment Share on other sites More sharing options...
riras Posted February 9, 2016 Share Posted February 9, 2016 And how can I change the icons? I want to use a whatsapp icon instead the phone one! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now