peter433 Posted January 5, 2015 Share Posted January 5, 2015 Hello, I need to change the banner block size height by 30px or so where do i change this. Regards Peter Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2015 Share Posted January 5, 2015 1) what prestashop vesion you use 2) what theme you use 3) to what banner youre reffering ? Link to comment Share on other sites More sharing options...
peter433 Posted January 5, 2015 Author Share Posted January 5, 2015 Hello, Top of website banner block Latest version Default theme Peter Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2015 Share Posted January 5, 2015 you have to define height and have to alter max-height param here: #header .banner a img { display: block; width: 100%; height: 100%; max-height: 65px; max-width: 1170px; } it's a part of /themes/default-bootstrap/css/modules/blockbanner/blockbanner.css Link to comment Share on other sites More sharing options...
peter433 Posted January 6, 2015 Author Share Posted January 6, 2015 (edited) Thanks, Can you put this in a css module etc as tried it and don't work. Peter Edited January 6, 2015 by peter433 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 6, 2015 Share Posted January 6, 2015 after you change this file please clean cache in your browser or press ctrl+f5 there is a chance that you just see "cached" version of the file, and there is no new height param also, please show how you modified code. Link to comment Share on other sites More sharing options...
SOE Trading Posted February 14, 2016 Share Posted February 14, 2016 I have tried all of this but the height of the banner has not changed, any other ideas? 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