Home › Forums › Pro Support › Trying to replicate some post views › Reply To: Trying to replicate some post views
April 2, 2019 at 12:25 am
#8489
Participant
Hello,
regarding the url’s, I would appreciate if you remove them if its not much trouble for you.
For the css:
2. The current padding value is 5px
It seems to be looking better using that:
.wpsp-card .hentry .wpsp-content-wrap{
padding-left:0px !important;
padding-right:0px !important;
padding-top:20px !important;
padding-bottom:20px !important;
}
and that
.wrapper .wpsp-card article{
margin-bottom:15px !important;
}