Hello i noticed that the image of the posts is not that good.
I will explain with images and show you how to make it.
We have this:
The dashed line at the bottom is not that good. I would suggest we make it like this:
To make it like that, search and replace the below or else add them in your CSS.
I will explain with images and show you how to make it.
We have this:
The dashed line at the bottom is not that good. I would suggest we make it like this:
To make it like that, search and replace the below or else add them in your CSS.
- Code:
.pun .post {
background: #2e2e2e;
}
.pun .post .user {
float: left;
margin-left: -17em;
margin-top: -1.8em;
position: relative;
text-align: center;
border-radius: 8px;
box-shadow: 3px 3px 8px #000;
padding-top: 19px;
background: #2e2e2e;
}
.pun .posthead {
background: #f4f4f4;
border-bottom: 1px dotted #ccc;
padding: .5em 1.3em .5em 1em;
text-align: center;
}
.postfoot {
clear: both;
margin-left: -17em;
padding: .5em 1em;
text-align: right;
background: #2E2E2E;
}
.pun .postfoot .user-contact {
float: left;
text-align: left;
width: 15em;
border-radius: 8px;
margin: 2px 0px 0px -15px;
background: #3A3A3A;
padding: 4px 6px 4px 6px;
}
.pun .postfoot .user-contact .post-options {
padding-top: 5px !important;
width: 76%;
border: 1px solid;
border-radius: 8px;
float: right;
opacity: 0.6;
margin-right: -10px !important;
}