Jump to content

How Would I Centre the Text in the Information Block Please?


Recommended Posts

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

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

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

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

×
×
  • Create New...