paulormf Posted September 22, 2013 Share Posted September 22, 2013 (edited) Good night for all! I have a problem simple layout but I can not get it right. I know it's just a change in css but could not do. See the attachment. prestashop: 1.5.5.0 url: http://www.shopsensual.net/7-algemas Thank you! Edited September 23, 2013 by paulormf (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 hello this is how it looks like: issue fixed? Link to comment Share on other sites More sharing options...
paulormf Posted September 22, 2013 Author Share Posted September 22, 2013 hello this is how it looks like: issue fixed? --- Hello Vekia That's right! the banner on the right is overlapping the footer when the amount of products on the page is smaller. Would algor between "relative or absolute?" Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 for whole block define css styles like: display:block; clear:both; overflow:hidden; Link to comment Share on other sites More sharing options...
paulormf Posted September 22, 2013 Author Share Posted September 22, 2013 for whole block define css styles like: display:block; clear:both; overflow:hidden; --- the banner disappeared. see the link www.shopsensual.net I would like him to stay but that was not overlapped by the footer as it is in the attached image of the first post. Link to comment Share on other sites More sharing options...
paulormf Posted September 23, 2013 Author Share Posted September 23, 2013 --- the banner disappeared. see the link www.shopsensual.net I would like him to stay but that was not overlapped by the footer as it is in the attached image of the first post. --- Solved editing css float from module blockadvmult to: p.advmulti2 img { display:block; margin:0 auto; width:auto; margin-bottom:10px; float:none; } Ok ok after clearing the cache. thanks vekia for the usual help! Link to comment Share on other sites More sharing options...
vekia Posted September 23, 2013 Share Posted September 23, 2013 thank you for confirmation and of course for your solution, the problem was definitely with float setting 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