Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #122245
    June
    Participant

    Hi WEN Solutions,

    How can the entire site be displayed as full screen (including website header and pages)? In other words how can the site’s content fill the entire screen? I have already adjusted the layout settings to “no-sidebar – full width” but the site is still not displaying full screen, as can be seen below:

    (Take note, the footer and copyright section is displaying full screen)

    Website not displaying full screen

    Thanks,
    June

    #122330
    wensolutions
    Participant

    Hi June,

    Did you trying changing the layout to “Fluid” as instructed here https://catchthemes.com/theme-instructions/wen-business-pro/#site-layout

    Please let us know if you’ve anymore questions.

    #122331
    June
    Participant

    Yes, the site is set as Fluid.

    #122345
    wensolutions
    Participant

    Hello june,

    If you wish to set the page contents to display to full width including the top header, you can try setting the site container to full width ( 100% ).

    To do so, please try adding the following custom CSS in your Additional CSS or in the child theme’s style.css file :

    .container {
        width: 100%;
    
    }

    Hope this Helps,

    Best Regards !!

    #122428
    June
    Participant

    Hi WEN Solutions,

    That did the trick yes.

    Thanks,
    June

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Website not displaying full screen’ is closed to new replies.