XF 2.0 Height difference sidebar/inner

Old Nick

Well-known member
Hello,

I change the background color of sidebar.
CSS:
.p-body-sidebar {
    border-left: 2px solid rgb(212, 220, 224);
    background: rgb(226, 231, 234);
}

it allowed me to notice that it had a height difference between the sidebar and the main content.
How can this difference in height be regulated?

forum-bottom.webp

It seems that p-body-content exceeds p-body-inner dimensions

forum_bottom DEV.webp
 
Hello,

I fixed this problem but i don't remember exactly how... :rolleyes:
It's a custom style, my own work, I do it step by step. What i change on one side goes wrong to the other side...

I think it was because i had put a negative padding somewhere.
 
Back
Top Bottom