Site logo

Archived topic

Post page layout problem!

6 replies · Started by johnaps on April 8, 2020

Viewing posts 1–7 of 7

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?

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

This archived topic is closed to new replies.