Notifications
Clear all

[Closed] Left margin on some pages has gone, fix?

11 Posts
2 Users
0 Reactions
1,015 Views
Posts: 32
Topic starter
(@strategia)
Eminent Member
Joined: 5 years ago

Chris did some work from my backend and today I noticed my left margin

which is normal on the Members page is missing on others

is there a quick fix?

10 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

@strategia,

Try this CSS Code: 

.ast-page-builder-template .site-content > .ast-container{
    max-width: unset;
    padding: unset;
}
@media (min-width: 922px){
.site-content .ast-container {
    display: unset;
}
}
Posts: 32
Topic starter
(@strategia)
Eminent Member
Joined: 5 years ago

Chris, do you think it's the theme? That code didn't make any difference although I tried it with and without the example custom css that's already in the box.

The funny thing is that the left margin that was somehow still functioning in the Members page has now stopped altogether! The other odd thing is that there is now a couple of pixels of space now showing on the left with and without the new code. huh?

When I play with Inspect, #wpforo #wpforo-wrap {margin-left:200px;} gives me a margin but not the grey fill

Posts: 32
Topic starter
(@strategia)
Eminent Member
Joined: 5 years ago

I had an idea and did a new install of wpForo, activated on the root domain then I replaced the Themes folder with the same folder from the new install but it made no difference so I figure the problem is not in there. Any other ideas I can try?

Posts: 32
Topic starter
(@strategia)
Eminent Member
Joined: 5 years ago

BTW, that inspect code above, is not having any effect today. In other words, there is no left margin with it in and none with it out.

Page 1 / 2