Okay
  Public Ticket #1247450
Full-width homepage?
Closed

Comments

  • mdotkone started the conversation

    Is it possible to have a full-width homepage without the HP being a static page?

    If not, is there some way to have the content of the static page listing the latest 10 posts (and in the same design as they are if the HP option is actually list the last 10 posts and not a static page)?

    Thanks

  •  519
    Nikita replied

    Hi.

    I think you can make it with custom CSS:

    body.home.blog .youplay-news {
        width: 100%;
    }
    

    Best regards, nK.

  • mdotkone replied

    Thank you for that, but I meant how to remove the sidebar on the homepage only. Sorry!

    Is that possible?


    Edit - actually I did this already by custom home page and YP recent posts... THanks!