Jump to content

Changing page size and logo location


Recommended Posts

Hello guys,

 

Im not a web design proand just trying to configure my presta shop. But I havent been successful so far, there are so many things not working and I cant figure out how to modify it.

 

Perhaps you would be able to help me. Here's how it looks  http://www.mamabear.jchost02.pl/sklep/index.php

 

Issues:

 

- PAGE SIZE - now the page is too wide and you have to scroll it horizontally - how do I change the page size to adapt it to the screen?

 

- LOGO - I would like the logo to be in the center, however when I upload it, it always ends up on the left corner... Finally I made the logo with some empty white space on the left side, but still it's not in the center...

 

- MENU - I would like to get rid of some of the stuff in my menu like "Brands", "Products" and put a different category there.. still dont't know how to do it

 

Well, that's just a tip of the Ice berg, but I would appreciate any suggestions and comments.

 

Thanks!

 

Link to comment
Share on other sites

Hi,

 

ad Logo

open /sklep/themes/default-bootstrap/css/global.css and change line 271 so it looks like this

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; 
  margin: 0 auto;
}

About the page size, same file, line 564, remove the margins from this:

.row {
;
margin-right: -15px;
}
 
so it looks like this
.row {
}

However! I do not know what this change might do to the entire store. If it messes up something else, change the row back to its original margin!

Edited by PSfever.com (see edit history)
Link to comment
Share on other sites

Hello

 

Thanks for advice,i like the fast reply. However I have no idea how to do that.

 

I go to Preferences-> Themes

Where's the CSS button? I only have sth like in the printscreen.

 

When I go to advanced it's also not there

 

post-815773-0-48406300-1404856072_thumb.jpg

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