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

    Hi
    In Enfold we can make settings under “Row Screen Options” (Zeile Bildschirmoptionen).
    There we can set the option “Full Width Switching Limit” (Umschaltgrenze Volle Breite):

    • On Tablets (989 Pixels)
    • On Mobile Devices (767 Pixels)

    We want to have this on tablets, but not with 989 Pixels but for example with 1400 Pixels.
    Is there a possiblity to change the value of 989 Pixels to 1400 Pixels in general?
    Thanks very much.
    Best regards
    Mike

    #1431731

    Hey Michael,

    Thank you for the inquiry.

    You can add the following css code to adjust the fullwidth breakpoint of the columns. Make sure to select the On Tablets (989 Pixels) option in the Fullwidth Break Point settings.

    @media only screen and (max-width: 1400px) {
    
      .responsive #top #wrap_all .flex_column.av-break-at-tablet,
      .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        display: block;
      }
    }
    

    Best regards,
    Ismael

    #1431755

    Hi Ismael
    Thanks for the CSS code.
    Works this for all things where we set the On Tablets (989 Pixels) option in the Fullwidth Break Point settings? Or do we have to define this for every element separately?
    Best regards
    Mike

    #1431930

    Hi,
    You would need define each one separately, there is not a way to change the setting for all elements because each element has the media query added in it’s CSS.

    Best regards,
    Mike

    #1431962

    Hi
    Ok, thanks very much.
    Does it exists a list of elements for which we can use this code?
    I think .responsive #top #wrap_all and .av-break-at-tablet is always the same and .flex_column and .flex_cell is that, that changes?
    Best regards
    Mike

    #1431994

    Hi,
    On the most part that is correct, we don’t have a list it depends on the elements that you are using.

    Best regards,
    Mike

    #1432495

    Hi Mike
    Okey, thanks anyway.
    You can close this issue.
    Best regards
    Mike

    #1432529

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change with definitions for tablets/smartphones’ is closed to new replies.