supreetmankad Posted April 27, 2015 Share Posted April 27, 2015 Hey, I'm new to Prestashop and i'm currently stuck at this. On my shop's webpage, we have a list of our distributors mentioned for every country we are serving in. My problem here is I want the page to display this list in two columns instead of one long column/list. Can i get a solution to this problem. Please help me out! Much appreciated Here's the link to the page to make my question clear. http://atoponline.com/store/en/content/systems-integrators-38 Link to comment Share on other sites More sharing options...
supreetmankad Posted May 26, 2015 Author Share Posted May 26, 2015 Come on! some one please Link to comment Share on other sites More sharing options...
PascalVG Posted May 27, 2015 Share Posted May 27, 2015 (edited) Not fully two columns as requested, but a little better: Edit file /themes/<your theme folder>/css/global.css, and add the following code to the end of the file: #cms .country-list .sub-head{ width: 40%; display: block; float: left; border-style: none; } #cms .country-list p { width: 60%; display: block; float: left; margin-bottom: 40px; } #cms .country-list p + p { margin-left: 40%; } Result: Hope this helps at least a little, pascal. Edited May 27, 2015 by PascalVG Edited path to file (see edit history) 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