Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #958319

    Dear Sir or Madam,

    on the Page below I used the Column boxes to arrange the Team Members. Because of the option “Fullwidth Break Point”
    The columns in this row will switch to fullwidth on tablets. The lead to the solution that the the faces are streched to the full screen. I only want to use this feature on mobile devices but the lowest option I can set is 767px or lower.

    How can I adjust the settings to only get the full screen on mobile phones?

    Thank you in advance

    #959347

    Hey NewPage,

    You have this code in your quick css that is making it go to 100%
    Image 2018-05-20 at 10.10.34.png

    You need to remove it or adjust it.

    Best regards,
    Victoria

    #959368

    Hello Victoria,
    thank you for the answer.
    unfortunately I don’t have this code in my quick css.

    I think is generated from the template according to the column settings.
    Maybe there is the bug, because I put it in the settings on 767px max and not on the 1024px which you identified is responsible for the problem. I copied all the used quick css. in the private content box.
    Thank you,

    Daniel

    #960101

    Hi,

    Thanks for the info. You actually have it in the above css modifications.

    .responsive #top #wrap_all .flex_column {
    margin: 0 0 20px;
    width: 100% !important;
    }

    Best regards,
    Ismael

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