• Resolved bgl5

    (@bgl5)


    I have used Vantage for a long time and really like the theme. Recently discovered that the position of different pages can move slightly when switching between different pages depending on the resolution and the content.

    Seems to be related to how much content there is on the page and what is on the page. If a Nextgen Gallery or an iFrame is inserted, the page seems to move slightly to left.

    I usually use Boxed for Layout Bound and discovered the phenomenon when I was using the resolution 1920 x 1200 on a larger screen. The position of some pages will then move slightly to the left.

    If I use Full Width, it works in the resolution 1920 x 1200, but then the position slightly changes between different pages in the resolution 1920 x 1080.

    A clean new installation with Full Width on resolution 1920 x 1080 gives the same result. Can’t find what is causing the problem. Uses WordPress 5.8.3 with the latest version of Vantage and pHp v8.0. No plugin.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    Thanks for reaching out.

    On the Hem page, there isn’t much content; the browser doesn’t add a scrollbar. On the Sample Page, there is enough content for a scrollbar to be added. There will be a slight shift between pages with a scrollbar and without a scrollbar.

    Thread Starter bgl5

    (@bgl5)

    Thanks for the quick and excellent answer!

    I did not realize that the scrollbar pushes the content on the page with a few pixels. There has been more content on previous websites.

    Now that I know the reason, I can either fill the pages with more content or simply hide the scroll bar with some CSS code.

    Thanks for your reply. I’m glad we could assist.

    One option might be to set a min-height for the content area:

    #main {
        min-height: 800px;
    }

    All the best with your site.

    Thread Starter bgl5

    (@bgl5)

    Brilliant!

    That is another option.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The position of the content is slightly moving’ is closed to new replies.