Jump to content

[Solved]Customizing The Original Prestashop Theme!![Solved]


Recommended Posts

Hi,

Sorry, I completely misunderstood your post. I thought you wanted the search box to be separate from the rest of the header. Delete the line you just added (basically it makes a 150px "padding" to the left of the box) and try this instead.

Find this code, approximately lines 193-197:

#header {
   float: left;
   width: 71%;
   text-align: right;
}



Replace it with this:

#header {
   float: left;
   width: 525px;
       padding-left: 150px;
   text-align: right;
}

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