Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #292929

    Hi There,

    we would like to change a breakpoint of the ⅔ and ⅓ layout elements.

    On iPad at the portrait view (990 pixels) we already would like to see the second ⅓ element below the first ⅔ element as happens at 770 pixels. Is that possible?

    Many Thanks, T.

    #293421

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 989px) {
    .responsive .container .one.unit,
      .responsive .container .one.units,
      .responsive .container .two.units,
      .responsive .container .three.units,
      .responsive .container .four.units,
      .responsive .container .five.units,
      .responsive .container .six.units,
      .responsive .container .seven.units,
      .responsive .container .eight.units,
      .responsive .container .nine.units,
      .responsive .container .ten.units,
      .responsive .container .eleven.units,
      .responsive .container .twelve.units,
      .responsive #top #wrap_all .flex_column {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
      }
    }

    Cheers! 
    Josue

    #293766

    Hi Josue,

    Perefect, Many Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘New breakpoint for ⅔ and 1/3’ is closed to new replies.