Koen_K Posted October 9, 2016 Share Posted October 9, 2016 (edited) Hello, My custom CMS block doesn't resize/reshape properly on mobile phones. The bottom half is cut off and not shown. Attached is a printscreen of my mobile, and a printscreen of my desktop on which it is shown correct. Does anyone know why this happen, and how I can solve it? Is it just a dimension I can change in a databas file? Thanks in advance! Phone: Desktop: Edited October 23, 2016 by Koen_K (see edit history) Link to comment Share on other sites More sharing options...
Teapot Creative Posted October 10, 2016 Share Posted October 10, 2016 Hi Koen_K, I believe this may be a CSS issue, are you able to provide the site URL, so I can take a further look into this for you. Many thanks, Ant. Link to comment Share on other sites More sharing options...
Koen_K Posted October 10, 2016 Author Share Posted October 10, 2016 Thanks for your reply! Sure, it's www.vuurwerkoutletgelderland.nl Link to comment Share on other sites More sharing options...
lgamil Posted October 10, 2016 Share Posted October 10, 2016 I am having the same problem...any help greatly appreciated Link to comment Share on other sites More sharing options...
Koen_K Posted October 19, 2016 Author Share Posted October 19, 2016 Does anyone has an answer to this issue? PrestashopUK perhaps? Thanks, Link to comment Share on other sites More sharing options...
rocky Posted October 20, 2016 Share Posted October 20, 2016 Look for the following code at about line 8387 of themes/default-bootstrap/css/global.css: @media (max-width: 767px) { #facebook_block, #cmsinfo_block { width: 100%; min-height: 1px; } } And change the last line to: min-height: 1px; height: auto; } } Link to comment Share on other sites More sharing options...
Koen_K Posted October 23, 2016 Author Share Posted October 23, 2016 Great, thats it. Thanks! 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