@yariplus said in Remove postbar bottom topic (or making better but remove is also good):
Your negative margin pushes the bar into the content above. Apply it only to the first bar.
ul .post-bar {
background-color: #1d1f21;
margin-left: -10px;
margin-top: -20px;
margin-right: -10px;
}
Thank you sir, you are awesome Now it looks perfect
[image: BoAs2NI.png]