Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1039253

    Hi,
    I just looked around and tried some code snippets i.e.:
    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide, #avia-content-slider-inner { display: block; }
    nav.main_menu { display: none; }}

    and updated them but I don’t get the result.

    At this Page (Blog Articles Overwiev of a specific category):
    http://dev1.surfpuristen.de/category/spotguide/deutschland/bayern-deutschland/
    I have the problem that headings are overlaying in mobile view.

    https://pasteboard.co/HPwNagT.png

    I need an earlier breakt point of the blog cloumns but I don’t find the solution.

    Your support would be very welcome.

    #1039788

    Hey michaellausser,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .avia-content-slider-inner .av_one_third {
        margin-left: 0;
        width: 100%;
    }
    }

    Best regards,
    Rikard

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