• Hi all,

    I have following website created recently:
    travelers.tours-video.com

    (Theme Twenty Eleven)

    I have problem browsing it in full page width, leaving a narrow margins on left/right sides.

    Browsing the website on;
    1) Chrome and Firefox on Ubuntu 24.04
    I have to zoom it to 125% and above, to get full page width

    2)
    Internet Explorer on Windows 10
    and
    Firefox on Windows 10
    I got full page width, leaving narrow margins on both sides

    I couldn’t find out the cause. Please help. Thanks in advance.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey, @satimis

    If I understand you correctly, you want the main page to be full-width, which means hiding the background image. Try adding this CSS in the customization panel and see if it meets your needs.

    body {
    padding: 0;
    }

    #page {
    margin: 0;
    max-width: 100%;
    }

    Cheers.

    You can add this css in Appearance > Customize > Additional CSS

    body {

    width: 100%;

    margin: 0;

    padding: 0;

    }

    #page {

    max-width: 100%;

    }

    Thread Starter satimis

    (@satimis)

    Hi@zartabwp

    Your advice works for me. Thanks

    I set max-width=95%

    How to adjust the white space for writing? Also how to set its color to light green? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.