Tried to hide elements, there is still a withe space
-
Hi! I’ve just used this code for hiding a gravatar, date and author that I didn’t want to see anymore in my webpage posts:
.post-content .post-header {
display: none;
}It works, but… there is still a withe space between the content of the post an the margin… does somebody knows how could I align the post entirely to left?
Here is an example of post in my blog: http://kaltia.com.mx/2014/08/14/remodelacion-centro-cultural-el-bosque/
Thank you so much!
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Tried to hide elements, there is still a withe space’ is closed to new replies.