[Resolved] Next Addon

Home Forums Support [Resolved] Next Addon

Home Forums Support Next Addon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47546
    Ross Robson

    Hi Tom,

    Just out of curiosity what’s the next add on your gonna release?

    Is there a way to set the width of the site to % so that it fits all screen sizes ? 🙂

    If not i think this would be a great idea to add to the layout options

    Cheers

    #47560
    Pete

    Is there a way to set the width of the site to % so that it fits all screen sizes ?

    Yes there is, it’s in the customiser settings.

    #47561
    Pete

    Sorry, I think i’m wrong. I think the the container is always fluid so that it adapts to screen sizes but the max width looks like 1500px. If you set it to 1500px it should fit all screen sizes up to 1500px wide.

    #47629
    Tom
    Lead Developer
    Lead Developer

    The next addon is most likely going to be featured widgets – so the same kind of settings as the footer widgets, but below the header/navigation.

    I just release pretty big updates to Blog and Page Header, but this addon is next.

    As for the width – Pete is right, you can set it so it’s super wide in pixels, and it will adapt to smaller screens automatically and be 100% width.

    You can also use CSS if you like:

    body .grid-container {
          max-width: 100%
    }

    Thanks!

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