Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #478145

    Hello Kriesi-Team,

    another problem with the mobile view:
    Those pages with a fourth entry after a color section don’t view this responsive.
    Do you please have a solution for that?

    You find the website in the private section.

    Kind regards
    Julia

    #478510

    Hey Julia!

    Can you please provide a screenshot of the issue? i’m not sure what you’re referring to (i’m looking at the homepage).

    Best regards,
    Josue

    #479151

    Sorry, I’m late because so many things to do.

    You’ll find the URL in the private section.

    The problem on the smartphone is the second menu “Elektroinstallation” and “Sicherheitstechnik” Here are four entries and the last is NOT shown picture first, text next. You can see on the screenshot the picture and the text in two columns like on the desktop screen.

    #479346

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #479713

    Here it is:

    #480514

    Hi,

    Sorry for the late reply, please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    .page-id-4 .no_margin.av_one_fourth {
        width: 100% !important;
    }
    
    .page-id-4 .no_margin.av_three_fourth {
        width: 100% !important;
    }
    }

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.