Jump to content

[Solved] Logo Size


joope

Recommended Posts

you have 2 different solutions:

the first solution (maybe better for a professional)

go to: your website/themes/prestashop/css/global
then goto: /*global layout*/
h1#logo {
float: left;
width: 27%;
margin-top: 0.5em
}
#header_right {
float: left;
margin-bottom: 15px;
width: 73%;
text-align: right

These are the positions for your logo and header zones.

The second solution (better for me !)
Go to your photoshop or equivalent, and make a picture (including your logo), using a 980px width (this is the total width of a standard page).
Then, when you think your picture is very nice, go to your Back office.> Preferences > appearance, and load your new header with logo in it

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