• Resolved darkdream

    (@darkdream)


    Hi!

    Can you help me with css?
    I get message from pagespeed:

    “The page content is too wide for the viewport, forcing the user to scroll horizontally. Size the page content to the viewport to provide a better user experience.”

    The page content is 456 CSS pixels wide, but the viewport is only 411 CSS pixels wide.
    Can you repair that?
    My website: Psychoterapia

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    I believe Visual Composer is adding negative margin to the right of their elements which causes horizontal scroll.

    You can fix this with this CSS:

    .vc_row {
        margin-left: 0;
        margin-right: 0;
    }
    Thread Starter darkdream

    (@darkdream)

    You have right!
    Thanks 🙂

    Theme Author Tom

    (@edge22)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Size content to viewport’ is closed to new replies.