Jump to content

Standard PS theme header problem!


Recommended Posts

Hi, I started to work on My PrestaShop thame. I like the oryginal one wyth shop, and I just wanted to change the width of shop from 980px to 990px and Add my headher from website to shop to look the same as my CMS/Web.

and there is my problem, i started to work on the global.css and changed:

#page {
width: 990px;
margin: 0 auto 2px auto;
text-align:left;
}

but the web wasn't still the 990px, so I made changes:

#left_column {
clear:left;
width:190px;
padding-right: 26px;
}

#right_column {
width: 190px;
padding-left: 26px;
}

the padings were 15px, and now I made them 26px, but the headher of the shop isn't still the 990px... How to move the search box to right and made the header 990px like rest of shop ??

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