when i check my site using google chrome , ipad preview
i can see empty area. what is the reason behind of it ?
Hey DDSameera,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) {
.responsive body, .responsive body #wrap_all {
min-height: 100vh !important;
height: 100%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks victoria. you are amazing.
Another question. when i check my site using google chrome inspector mobile view, its view like this
What is 50% , 100% ,
https://snag.gy/ocjpag.jpg
How can we adjust our code ? what is the best method to check mobiile view correct or wrong. sorry for my english .