Home Forums Support Page Widths

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170468
    Neil

    Hello,
    I would like to have a different home page width than the rest of may pages, is this possible?

    I am trying to achieve having justified text centered but not being too wide but I would like my home page which has a slider image to be wider. I have been able to do this with a 3 column table with a 15%, 70% & 15% sizes set but it looks terrible on mobile!

    see : http://belongingproject.precisioncomputing.co.uk/wp/

    If the page sizes cannot be different, does anyone know of a plugin that can have images sliding in from ‘off the page’

    #170528
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can use some simple CSS to adjust the width of the homepage.

    For example:

    body.home .grid-container {
        max-width: 1500px;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know if you need more info 🙂

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