Archived topic
Post page layout problem!
6 replies · Started by johnaps on April 8, 2020
I am getting weird layout on my .content-area class on my main element, under exactly 990px and bellow it gets off to the right!
I have found the bellow css to have a big impact on this when disabling it, it is close to a fix but still letters get off screen on the right...
.tablet-push-20 {
left: 20%;
}
Can you please check this?
I think its related to a previous support thread i opened about https://generatepress.com/forums/topic/layout-help-2/#post-1227106
Give the updated CSS a shot: https://generatepress.com/forums/topic/layout-help-2/#post-1227106
Let me know :)
Thank you Tom! I did do it a little better but there still a css problem somewhere.
Under 990px you ll see the right side of my content is over the visible screen.
I tried adding
overflow-wrap: normal;
But that didnt do it...
Any ideas??
You have this CSS somewhere - the Width property is the issue:
body.single .site.grid-container {
width: 1190px;
max-width: 1190px;
}
Thank you David!!!! :)
You're welcome