Home Forums WoodMart support forum Exact site width?

Exact site width?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33717

    gilesp
    Participant

    Is there a way to set the site width to an exact size, let’s say 1150px wide for ALL pages?

    #33722

    Artem Temos
    Keymaster

    Hi,

    Could you please send us your website link so we can see if it is possible to do this with a custom CSS for you?

    Thank you

    #34058

    gilesp
    Participant

    Sent – same as before

    #34077

    Artem Temos
    Keymaster

    We asked this only once. You created different topics initially without any references to your website. Now we stored it in our user’s database and will not ask you again.

    Add the following code snippet for desktop devices only to change the container width to 1150

    div.container{
        max-width: 1150px;
    }
    #34078

    gilesp
    Participant

    Okay fair enough. Sorry, I just thought you’d use the same login each time.

    I’ll add this and see if it works. Thanks.

    #34106

    Artem Temos
    Keymaster

    OK, contact us with the result.

Viewing 6 posts - 1 through 6 (of 6 total)