• Hi guys,

    i’m creating my portfolio and i would like the background to be fullscreen (in horizontal). any idea how to do that?
    furthermore, if you resize the browser you will notice that a little white border appear on the left of the body. how can i delete that space?

    https://giacomotoffano.altervista.org/

    Thanks in advance

    Giacomo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Toffygo,

    This shoud solve both those problems. In the style.css file copy and paste this code at the bottom of the file. When done, perform a hard refresh in your browser or clear the cache to see the changes.

    body.custom-background-white .site {
        margin: auto;
    }

    Thanks

    Thread Starter toffygo

    (@toffygo)

    https://giacomotoffano.altervista.org/

    Not completely solved, it’s now centered but white margins are still there.
    Thanks anyway

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fullscreen Background’ is closed to new replies.