Tagged: mobile, responsive
Hi, our starting homepage (www.jarcar.hu) is perfect on mobile device,
but the http://www.jarcar.hu/akcio page has problem, try on mobile, please.
It has one color section with a 3/5 and 2/5 column.
The left column has icon boxes, and the right column has a single picture.
what is the problem when visiting from mobile?
Hey cstibi!
They should be changing to 100% width but they are not. Perhaps there is something in your page content that is interfering. Try dragging a codeblock element to the page and add this inside.
<script type = "text/css">
@media screen and (max-width:767px) {
div.av_three_fifth, div.av_two_fifth { width: 100% !important; }
}
</style>
Best regards,
Elliott
Hi, it didn’t helped to me. It sems, the problem was the following:
I saved the opening page like template in Avia Layout Builder, then I have loaded it in /akcio page and deleted the most of objects.
Now I have created a new page with objects only we need, and renamed alias to “akcio” – now it works fine :)
regards,
Tibor
Hey Tibor!
Not sure if you solved your problem or not? Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi, yes I have solved, thanks
Best regards
Tibor