Jump to content

LeeAllure's Hypnotic Files - leeallure.com


leeallure

Recommended Posts

Hello Lee,

To be honest I'm not impressed by the look of your shop. The things are not arranged as they should be. For instance on the product page the add to cart block is way down under image. The logo is way too large and is black on a dark blue image. I think you will have to work a little bit more on your shop :). Just try and experiment. I'm sure that you will came with something that you should be proud of.

Link to comment
Share on other sites

Hello,

To add the details and add to cart blocks to the right you will need to modify this file:

https://leeallure.com/themes/prestashop/css/global.css



Starting with line 1738 you will find:

#primary_block #pb-left-column {
   float: left;
   margin-left: 1.1em;
   width: 233px
}



change width to 218px or copy-paste this:

#primary_block #pb-left-column {
   float: left;
   margin-left: 1.1em;
   width: 218px
}



That's all. Don't forget to delete the cache!

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