• How can I increase the width of the content on a “single page” so
    that it occupies the entire browser window when viewed on a
    desktop.

    For example, see how the content/image on the following page
    occupies the entire browser even when viewed at (1920×1080).
    https://thefreerangelife.com/

    Currently, on my site https://suncatcherstudio.com/
    there are huge white spaces on the left and right when
    viewed at 1920×1080.

    Thanks,
    Bill

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

Viewing 1 replies (of 1 total)
  • Hi @rosener

    Thanks for writing in,

    I am sorry for the late response.
    Currently, the full width option as you desire, is not possible to achieve from the theme’s settings. It has two layouts available and are Boxed or Wide layout for the site. However, I can provide you a workaround using some external CSS codes to get your site the width you would like to have. For this, please go to: Customize > Additional CSS and add the following codes.

    .inner-wrap {
    max-width: 100%;
    }

    I hope this helps. Please let me know if you face any issue.

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Full width of browser’ is closed to new replies.