rusiano Posted June 24, 2015 Share Posted June 24, 2015 (edited) Hello, I'd like to ask you because I want to change some markup and css of Facebook like and cms info block. http://i.imgur.com/NOEFN9A.png <div id="facebook_block" class="col-xs-4">...</div> <!-- I want to change this class to col-md-4 --> <div id="cmsinfo_block"> <!-- I want to add here class col-md-8 --> <div class="col-xs-6">...</div> <!-- I want to change this class to col-md-6 --> <div class="col-xs-6">...</div> <!-- I want to change this class to col-md-6 --> </div> Where can I find this markup in default theme files? Edited June 24, 2015 by rusiano (see edit history) Link to comment Share on other sites More sharing options...
rusiano Posted June 24, 2015 Author Share Posted June 24, 2015 Already done myself, files which I needed are located in prestashop root/modules: blockcmsinfo.tpl and blockfacebook.tpl Too bad I didn't search earlier there but I fixed that badly code and styles. 1 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