Hello
I am trying to set single post max width so whole area fits the screen on desktop
I have been able to get my front page max width for desktop along with category pages.
You will see on desktop pc screen cannot get max width
I have tried many combinations of CSS code but none seem to work. (yes flushing cache after)
I have tried setting manual size with “important” and auto
Do you have a recommended CSS ?
I have tried the following combos
body.single-post .container {
max-width: 1780px!important;
}
body.single-post #main-content>.container {
width: 100%!important;
max-width: none!important;
}
body.single-post #main-content {
padding-top: 0!important;
}
body.single-post .et_pb_row {
max-width: 1780px!important;
}
None of these are working
Hello @mgiannelis!
We have some settings for the rows and different stretch sizes, so you can use the stretch row from here: https://www.screencast.com/t/bsbB5P97A or use some CSS paddings.
Thank you!
Hello thanks for the video. This was not exactly what I was looking for.
I used CSS and it made my front page full screen perfectly but adding css into the customizer. But it did not work on the single posts pages.
Do you have some css I can use to make the post pages full width like my front screen. I have managed to this once before on a different site using newspaper. But its not working now for some reason.
Do you have css code you can give me to make the single post page full width on the desktop pc. As said its working perfect for front page
Thank you actually there was a bit more to it. But these instructions helped me to understand it and I was able to achieve what I was looking for. Thank you
