collective / plonetheme.booster

A theme for Plone 5
MIT License
11 stars 7 forks source link

In responsive design mode (mobile) there is a gray box under the slider #5

Open rafaeltcc opened 7 years ago

rafaeltcc commented 7 years ago

Hi,

I installed and activated the theme. I followed the instruction and add the folder and 1 image for the slider. When I resize my window, or see it in the mobile, the div outer-wrapper height is not automatically adjusted, resulting in a gray degrade box below my image. I know I can easily fix it with custom css, but it seems a bug to me.

Thanks,

Rafael

rafaeltcc commented 7 years ago

This only happen when the theme is installed as an addon product. On the other hand, installing the theme as a zip prevents the slider image from being resposnive.

rafaeltcc commented 7 years ago

For those experiencing the same problem, I fixed it by commenting the following height property in main.css. Please let me know id there is any problem in what I did.

.item, .fh5co-owl-text-wrap { / height: 800px;/ display: table; width: 100%; }