Archived topic
Page Widths
1 reply · Started by Neil on February 4, 2016
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'
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 :)
