Site logo

[Support request] website layout

Home Forums Support [Support request] website layout

Home Forums Support website layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2468611
    eran

    Hi,

    How can I make my content on the screen?
    Right now it’s a little bit left on the desktop.
    I added pages for example.

    #2468664
    Leo
    Staff
    Customer Support

    Hi there,

    How can I make my content on the screen?

    Not sure if I fully understand what you meant by “on the screen”? Just checked the page and everything looks normal to me:
    https://www.screencast.com/t/Xescy8hh

    #2469382
    eran

    How can I make the text of the articles at the center of the screen?

    #2469568
    David
    Staff
    Customer Support

    Hi there,

    if you want to push the container to the right so the Content looks centered and the sidebar occupies the right handside then you can add this CSS:

    @media(min-width: 1560px) {
        #content {
            left: 180px;
            position: relative;
        }
    }

    But it will only work on wide screens, as per the @media min-width. At 1560px the screen is wide enough to do this, on smaller screens the sidebar would overflow the viewport causing horizontal scroll..

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.