Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #467131

    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?

    #467559

    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

    • This reply was modified 8 years, 10 months ago by Elliott.
    #467782

    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

    #468645

    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

    #468884

    Hi, yes I have solved, thanks
    Best regards
    Tibor

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problems with mobile/responsive view’ is closed to new replies.