Jump to content

[SOLVED] how to change Alignment of the Footer Titles


Recommended Posts

Hello Everyone,

 

I'm having lots of trouble aligning the text of my footer titles (see below).  Currently they are all centered and I'd like them to be aligned to the left, just like the links underneath each title.  Thought this would do the trick in global.css but it did not:

 

 

#footer .title_block {
 padding-bottom: 10px;
 text-transform:uppercase;
        text-align:left;

 

 

Any suggestions?

Thank you in advance

post-703796-0-33297600-1379773743_thumb.jpg

Link to comment
Share on other sites

hello

 

i checked it. It's because you have got p {padding-left:22px} definition there

try to add somewhere in global.css #footer p {padding:0px!important;}

 

and recompile theme because you use mified css files (CCC for css under adv. parameters > performance tab)

Link to comment
Share on other sites

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...