Jump to content

(SOLVED) How to add left padding in 2 column Default theme?


Recommended Posts

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 by blackadder (see edit history)
Link to comment
Share on other sites

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!

  • Like 1
Link to comment
Share on other sites

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...