drchad Posted September 21, 2013 Share Posted September 21, 2013 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 Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 it's hard to say what's going on there mainly because it's a matter of CSS styles. are you able to share url to your website? if so - it will be really helpful in this case best regards Link to comment Share on other sites More sharing options...
drchad Posted September 21, 2013 Author Share Posted September 21, 2013 www.wellnessmediaresources.com Thank you for checking into this for me Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 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 More sharing options...
drchad Posted September 21, 2013 Author Share Posted September 21, 2013 Thank you, The code you provided worked well to solve my alignment issues, however now I feel like the titles are too close to the rest of the text below without the padding. Is there any way to help this out? Thanks Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 in addition to the code i provided before, add: padding-bottom:10px!important; Link to comment Share on other sites More sharing options...
drchad Posted September 21, 2013 Author Share Posted September 21, 2013 Thank You! It's perfect now Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 you're welcome im going to mark this topic as [solved] best regards Link to comment Share on other sites More sharing options...
nedal Posted April 7, 2015 Share Posted April 7, 2015 Hi, I have the same problem but I cant find the line in the global.css Thank you in advance 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