How to increase the with of the page content and title
-
Hi,
Can you please tell me how can I increase the width of the page and title?
Page sample:
https://andreeaux.com/portfolio/out-of-the-box-experience-for-ubuntu-phone/
Thank you,
AndreeaThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try this CSS:
@media screen and (min-width: 60em) {
body:not(.lodestar-front-page) #primary {
max-width: 100%;
width: 100%;
}
}[added missing ending curly bracket to above code: @thesacredpath]
-
Hi Diana,
It’s working for the text but the images are still the same size. Can we do the same for the images?
Thank you,
Andreea -
Andrea, it took me a bit to see what was happening, but there was a missing ending curly bracket on Diana’s code, which I have added above. I worked directly in your customizer on this, so I went ahead and saved the change. Also, when you go in there, in the Media Width field below the custom CSS entry area, I entered 1200 as the media width. That makes your images use the full new width.
- The topic ‘How to increase the with of the page content and title’ is closed to new replies.