blackadder Posted January 19, 2013 Share Posted January 19, 2013 (edited) Hi, I am new to prestashop but I think its awsome. Have been working, or at least trying with Magento, puheiiii Prestashop is so mutch better with easier backend. I have changed the default theme to a 2 column mainpage. When I did so I missed the left padding and it looks kind of weird. Anyone know where I can add the left padding? I have just started to customize the page, so it doesnt look good at this point but hopefully it will soon. www.stefan.axaxtra.com/stefan/index.php As you understand I am customizing this for a friend. Any help would be greatly appriciated! Best regards Stein Edited January 19, 2013 by blackadder (see edit history) Link to comment Share on other sites More sharing options...
chicoco Posted January 19, 2013 Share Posted January 19, 2013 Hi blackadder, it depends where you want to add the padding. Maybe in your case you should add it to the hole content like this: div#page { padding-left:20px; } or just for the main content like this: div#columns { padding-left:20px; } Good luck! 1 Link to comment Share on other sites More sharing options...
blackadder Posted January 19, 2013 Author Share Posted January 19, 2013 (edited) Thanks for your help! What I ended up with was this: #center_column {background-color: #e0f8ec} div#center_column { padding-left:20px; } Holy Joy! I schould mark it solved but cant find where to? Edited January 19, 2013 by blackadder (see edit history) Link to comment Share on other sites More sharing options...
chicoco Posted January 19, 2013 Share Posted January 19, 2013 To mark it as solved just edit the your very first message, choose "Full Editor" and edit the "Topic Title". See you Link to comment Share on other sites More sharing options...
blackadder Posted January 19, 2013 Author Share Posted January 19, 2013 Thanks again! Link to comment Share on other sites More sharing options...
chicoco Posted January 19, 2013 Share Posted January 19, 2013 You're welcome! 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