• Resolved songiuno

    (@songiuno)


    I know Orvis theme isn’t made to use the entire width of the screen. But is there any way to manually adjust/increase the width of the used/usable screen space? Maybe some edit in the style.css which I don’t know how to do? And if so (maybe if style.css is edited) would there be downsides to doing so given that every visitor to the site will have varying screen widths?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    This is possible with CSS, but not simple – you’d have to change several different things in order to do this, and it’s more complex than what we provide support for with our themes.

    I’m not even sure what exactly you want to have wider, though – on my screen your site takes up just about the full width of the screen – the margins are only around 3cm on each side, which just frames the content nicely. Making your content any wider, and those margins any narrower, will just make the site look bad if you ask me.

    And if so (maybe if style.css is edited) would there be downsides to doing so

    It is never a good idea to modify any file on your site directly – if you edit the theme’s style.css file and the theme gets updated, your modified file will be replaced and your changes lost. In a case where you need to modify a file for a customization (which is not needed if you just want to add some CSS, as you can do that from the Cusotmizer), the best practice is to create a child theme.

    given that every visitor to the site will have varying screen widths?

    This is a separate issue from modifying theme files directly, so let me answer it separately.

    Your theme as it currently stands is designed to automatically adjust its layout based on the size screen your site is being viewed on. Any custom CSS you add to modify your site, likewise need to take different screen sizes into account, which just adds to the complexity of the code needed for the type of change you want to make.

    But in this case I wouldn’t recommend trying to make the site content any wider.

    Thread Starter songiuno

    (@songiuno)

    It seems that on my laptop screen which is 1280 the site takes up about 90% of the screen width. I also use a 1920px monitor for extended display and when I open the browser to view my site on it, it occupies less of the screen width, maybe 70%. So it does not respond to the wider screen. I end up with a lot of blank space on either side.

    I do agree about not meddling with code in the files and yes, I have orvis set up for an orvis-child theme so as not to touch any of the theme’s original files.

    I will try another idea to fill up the “blank” space on m wide screen, which I will ask ffor pointers on in another support post if you don’t mind.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make the usable screen area wider’ is closed to new replies.