Jump to content

Trying to do this.....


Recommended Posts

I am new to Prestashop and have been working on customizing a theme. It's been trial and error, but so far I have managed to get it looking how I want.

I played around with things like "margin-left" and "padding-left" in the Default block style in global.css, increasing or decreasing slightly until I got it how I wanted it.

For example, the Prestashop theme on line #829 shows:

/* Default block style */
div.block {
margin-bottom: 1em;
width: 191px
}




When I add margin left, the blocks are moved slightly to the right:

/* Default block style */
div.block {
margin-left:0.4em;
margin-bottom: 1em;
width: 191px
}

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