I fixed the problem, There was a problem with the width/height percentages on my pictures and grids that was faulty on android i guess?
I fixed the problem, There was a problem with the width/height percentages on my pictures and grids that was faulty on android i guess?
Cant u be somewhat more specific? Where does it state that i can redirect to google maps APP itself?
otherwise i dont know
are u sure u have the correct class name on ur label?
hmm get rid of: only
@media screen and (min-width : 320px) and (max-width : 399px) and (orientation : portrait) {
.hsa_your_annual_contribution_mobilelabel_3
{
top: 33% !important;
left: 22% !important;
font-size: 12px !important;
}
}
try to use !important?
like this:
@media screen and (min-height: 451px) and (max-height: 600px) {
.maps {
height:250px !important;
}
}
ty i got my panel for directions to work now too