mama bear Posted July 8, 2014 Share Posted July 8, 2014 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 More sharing options...
PSfever.com Posted July 8, 2014 Share Posted July 8, 2014 (edited) 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 July 8, 2014 by PSfever.com (see edit history) Link to comment Share on other sites More sharing options...
mama bear Posted July 8, 2014 Author Share Posted July 8, 2014 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 Link to comment Share on other sites More sharing options...
mama bear Posted July 8, 2014 Author Share Posted July 8, 2014 OK so I modified the css file in dreamveawer, I guess that's what Iwas supposed to do. But still nothing. My prestashop looks hopeless. Link to comment Share on other sites More sharing options...
PSfever.com Posted July 8, 2014 Share Posted July 8, 2014 You need to connect to your FTP server first - if you don't know how to do this, ask your hositng provider, they will surely help you. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now