-
AuthorPosts
-
January 22, 2024 at 5:44 pm #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- This topic was modified 10 months ago by YourChoice Informatik GmbH.
January 23, 2024 at 4:51 am #1431731Hey 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,
IsmaelJanuary 23, 2024 at 8:37 am #1431755Hi 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
MikeJanuary 24, 2024 at 6:12 pm #1431930Hi,
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,
MikeJanuary 25, 2024 at 7:10 am #1431962Hi
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
MikeJanuary 25, 2024 at 11:13 am #1431994Hi,
On the most part that is correct, we don’t have a list it depends on the elements that you are using.Best regards,
MikeJanuary 30, 2024 at 1:14 pm #1432495Hi Mike
Okey, thanks anyway.
You can close this issue.
Best regards
MikeJanuary 30, 2024 at 7:26 pm #1432529Hi,
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 -
AuthorPosts
- The topic ‘Change with definitions for tablets/smartphones’ is closed to new replies.