• hello,
    when I check stretch in saved layouts to break the container size. it just spread them a little bit more than the browser size horizontally, and horizontal bar appears ,is there a way to fix this?

Viewing 1 replies (of 1 total)
  • Thread Starter keepersdungeon

    (@keepersdungeon)

    if I switch the
    element.style {
    margin-left: -36.3985px;
    margin-right: -53.3988px;
    }

    to

    element.style {
    margin-right: -36.3985px;
    margin-left: -53.3988px;
    }

    in developer tools seems yo work. but when I add this in the css of the “saved layouts ” doesn’t seem to change anything.
    any idea how I can fix this?

    thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Stretch is wider than browser’ is closed to new replies.