How to lock the page width

Kevlin

I can set the minimum width in the settings but you can maximize the character pages so that the graphics blow completely out of proportions. I would like to be able to lock the width so that no matter how you resize the browser the text area is always 1300px.

Is that posible without hundreds of lines of CSS?

Comments

  • Johnprime
    Johnprime
    Posts: 252

    I know you can restrict how items appear outside a page element, say text going beyond a div, to do that, you use the overflow css tag. Overflow has hidden, auto and scroll values. You can also put either an x or y on the end of the overflow which will restrict how the overflow is handled. Is that what you are talking about?

    Johnprime

    Deadwood Deacon Banner

    Where the west is really wild!

    The Valley of Life Banner

    The Valley of Life

  • cgregory
    cgregory
    Posts: 780

    I'm guessing you want one of two things

    body.character-show #content {max-width: 1300px;}

    or

    body.character-show #content {width: 1300px;}

    They are among us!

    image

                       XCom: Defiance - Campaign of the Month November 2016

     

     

  • Kevlin
    Posts: 4

    Thanks for the tips. Now I know where to look.

    Cheers

Sign In or Register to comment.

April 2024
Season of Strife

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions