• Hi!

    I want the website I made to be fullscreen on normal sized devices, however on a retina 27″ iMac it would need to be smaller as it would be very hard to read text etc if the website gets too wide. I’ve been playing around with the website widths but I can’t manage to make it work. If I select 100% full with it is 100% full with as it should be. If I select full width and then set the website width to something like 2000px I get a white border to the left and right an all screen sizes even if they are smaller than 2000px.

    Is there a way to make the website full size on normal sized devices but make it smaller on extremely large screens like the iMac?

    Kind regards
    Jesper

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

Viewing 1 replies (of 1 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, try this CSS code:

    @media (min-width: 2000px) {
    body.content-full-screen #content-wrap {
        max-width: 2000px !important;
    }
    }
    • This reply was modified 6 years, 6 months ago by oceanwp.
Viewing 1 replies (of 1 total)
  • The topic ‘Website width on retina screens’ is closed to new replies.