Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rafaeltcc opened this issue May 16, 2017 · 2 comments

Comments

@rafaeltcc
Copy link

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
Copy link
Author

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
Copy link
Author

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%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant