Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #876117

    Dear support

    As I remember, before layout elements etc. received a own value for mobile breakpoint, it was possible to set it global? Our problem is we created a lot of pages for our new installation, but all elements which have now a mobile breakpoint value are on “mobile devices at screen of 767px or lower” but we need them at “on tablets at screen of 989 px or lower”

    Is it possible to set this value for all elements wihout editing every page and every layout builder item?

    Thnaks for your help and advice

    Marc

    #876128

    Hey Marc,

    Please, could you provide to us your website link and the WP credentials? This way we can take a look better and tell you the best ways to follow up.

    Best regards,
    John Torvik

    #876139

    Dear John

    thanks for help. Work for this wp install is still in progress, Page is only accessable when you logged in. WP login in private content. I have example pages:

    https://new.l-mobile.com/geschaeftsfelder/mobiler-vertrieb/offline-auftragserfassung/ <– this page has all values on 989px
    https://new.l-mobile.com/geschaeftsfelder/digitalisierte-lagerlogistik/warehouse-ready-for-infor-com/ <– for some elements on this page there is mobile breakpoint at 767px. but it would be better everything is at 989px for mobile view

    Thanks for advice Marc

    #876944

    Hi,

    Thank you for the info. Which elements specifically? Are you referring to the columns?

    Best regards,
    Ismael

    #876971

    Dear Ismael

    yes specially to the columns. Everywhere we do have two columns beside, the view in tabletmodus isn`t ok. In best case those columns should break at 989px. Through the new feature of mobile breakpoint for those elements mobile view of 767px is standard,

    With a global function we could easily change the breakpoint. As a idea, I think for most users it would be common if there is a “global” setting option within the theme for this which could be overwritten by settings within the elements.

    Best Regards Marc

    #877381

    Hi,

    Please upgrade to version 4.2 then edit the columns. You should see a new settings called “Fullwidth Break Point” in the Screen Options panel.

    Best regards,
    Ismael

    #877409

    Dear Ismael

    we know this feature. This post is about this. We already running 4.2. We have a lot of pages yet and if we want to use this function we have to change every single page and every column….. We are looking for a solution to change the break point global.

    Have a look on our first posting:

    Our problem is we created a lot of pages for our new installation, but all elements which have now a mobile breakpoint value are on “mobile devices at screen of 767px or lower” but we need them at “on tablets at screen of 989 px or lower”

    #877941

    Hi,

    I’m sorry but you can’t change the settings globally. You have to modify the elements manually. Or you can add the following css code to hack the breakpoint style.

    @media only screen and (max-width: 1024px)
        .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }
    }

    The css code will force every columns to switch to full width when the screen width is less than 1024px.

    Best regards,
    Ismael

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