How to remove 1px line and space behind post title?

Hello, I have hidden titles thanks to your code but now there is ugly space. Could be possible to do exactly the same as on picture?

Thank you very much for your theme and help :slight_smile:

Hi @tomtom,

I hope you are well today and thank you for your question.

You can try removing that right white space by using the below CSS code with this plugin Simple Custom CSS – WordPress plugin | WordPress.org

#post-area .post {
    border: 0;
}

To remove bottom white space could you please share me your site URL where it’s dispalying so that i can help you?

Best Regards,
Movin

sure, could you give me some mail or possibillity of private communication? This is an adult site and we are on public site.

Thanks a lot!

You can just share me it privately by checking the option “Set as private reply” when replying here.

Did not notice the possibility of private reply… Sorry and thanks for your help and understanding.

Site URL is www.horniac.com

Thank you for sharing your site URL.

Try using the below CSS code to remove that white space.


#wrap #post-area .post {
    background: transparent !important;
    box-shadow: none;
}
#post-area .masonry-brick .pinbin-copy {
    position: absolute;
    bottom: 6px;
    right: 0;
}

thank you very much for your help Movin

You are most welcome here :slight_smile: