simpson7647 Posted March 23, 2012 Share Posted March 23, 2012 hi all, How Would I Centre the Text in the Information Block Please? I've highlighted it and clicked, 'inspect element' to try and find out although theres alot crossed out there and I cant work out how to do it. All help will be great, Many thanks, Ryan Link to comment Share on other sites More sharing options...
tdr170 Posted March 23, 2012 Share Posted March 23, 2012 You will need to edit the blockcms.css file and add text-align: center under the following header .informations_block_left .block_content. will look like this when done. .informations_block_left .block_content padding-top: 3px text-align: center Delivery Legal Notice Terms and conditions of use (and so on) Is this what you are looking for. Link to comment Share on other sites More sharing options...
simpson7647 Posted March 23, 2012 Author Share Posted March 23, 2012 Thank you for the reply. Where will I find blockcms.css please? Thanks, Link to comment Share on other sites More sharing options...
simpson7647 Posted March 23, 2012 Author Share Posted March 23, 2012 I had a look in : /public_html/modules/blockcms But cant see it in there :/ Link to comment Share on other sites More sharing options...
tdr170 Posted March 23, 2012 Share Posted March 23, 2012 Nope wrong place is in /public_html/themes/prestashop/css/modules/blockcms. Link to comment Share on other sites More sharing options...
simpson7647 Posted March 23, 2012 Author Share Posted March 23, 2012 Hi, I Finally found it thanks but having some troubles. It currently looks like this : #footer .block_various_links { list-style: none } #footer .block_various_links li a { text-decoration: none } #footer .block_various_links li { display: inline; border-left: 1px solid #888; padding: 0 2px 0 4px } #footer .block_various_links li.first_item { border: none; padding-left: 0 } /* Block CMS links */ .informations_block_left .block_content padding-top: 3px text-align: center Although it hasn't centred it :/ What's the problem please? Thanks, Link to comment Share on other sites More sharing options...
tdr170 Posted March 24, 2012 Share Posted March 24, 2012 Go to back office under preferences/performance and turn force compile to on and cache to off and click link to site at top of screen. also add a semi colon ; after the 3px .informations_block_left .block_content padding-top: 3px ; text-align: center Link to comment Share on other sites More sharing options...
simpson7647 Posted March 24, 2012 Author Share Posted March 24, 2012 ive done that but no luck :/ Can you see if its changed for you? Thanks, Link to comment Share on other sites More sharing options...
tdr170 Posted March 24, 2012 Share Posted March 24, 2012 I tested on my site and works fine give me a link to your site so I may have a look. Also if you are using an alternate theme this will probably be under themes/yourtheme not themes/prestashop Link to comment Share on other sites More sharing options...
simpson7647 Posted March 24, 2012 Author Share Posted March 24, 2012 Thanks for the reply. I'll message you the website. Yeah I am using a theme saying that. Link to comment Share on other sites More sharing options...
tdr170 Posted March 24, 2012 Share Posted March 24, 2012 Here is the snap I PM'd you about. Link to comment Share on other sites More sharing options...
simpson7647 Posted March 25, 2012 Author Share Posted March 25, 2012 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts