Site logo

Archived topic

Next Addon

3 replies · Started by Ross Robson on November 19, 2014

Viewing posts 1–4 of 4

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

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.

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.

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!

This archived topic is closed to new replies.