Tine Chem Posted May 19, 2013 Share Posted May 19, 2013 Hi, I just want to ask is there any chance to modify cms in the footer (for PS 1.5). For example information from cms are now all in one column. I want to put it in two different column. Did anyone tried something like this. I dont want to have one big long column but rather two shother. thanks Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2013 Share Posted May 19, 2013 you can achieve this by using new css styles: .category_footer li { display:inline-block; float:left; width:80px; } add this somewhere in the global.css file 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