• Resolved Maria Economides

    (@maria-economides)


    Hi!

    I thought that my website (https://www.serene-yachting.com/) was perfectly fine, until I realized that the theme takes more than the browser’s width and if I scroll to the right, there is a big empty space. I checked it with chrome, safari and firefox, the same problem applies to all.

    How do I fix this so my website takes exactly the browser’s width?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think the problem is with the language switch div on the right.
    Is it part of the theme?
    It’s positioned too far to the right.

    Thread Starter Maria Economides

    (@maria-economides)

    Yeap, that was the problem.

    This is the code for the correct position of the language switch (Multisite Language Switcher), just in case anyone is interested:

    <div style="position:absolute;
    top:100px;
    right:82px;"><?php if ( function_exists( 'the_msls' ) ) the_msls(); ?></div>

    Note that I’ve set the design’s max width to 1100 pixels.

    Thank you dbeja!

    Sorry, we do not monitor these forums, please use the official forum:

    https://cyberchimps.com/forum/

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Website pushed to the left’ is closed to new replies.