How to reduce the space between the image and the text?
-
How to reduce the space between the image and the text when displaying articles in a category?
Look at the picture to better understand:
https://tapetevoador.pt/pt/wp-content/uploads/2013/06/how_to_reduce_this_space.jpgI think it is somewhere in this section of the style.css file, but I still do not find out where:
/* =Content
———————————————– */
#main {
padding-top:10px;
}
#main #content .post {
padding-bottom:6px;
}
#main #content .post h1,
#main #content .post h2.entry-title
{
font-size: 20px;
line-height:20px;
padding-bottom:6px;
}
#main #content .post-img a {
width:130px;
height:130px;
overflow:hidden;
display:block;
padding:5px;
background-color:#fff;
border:1px solid #bbb;
}(…)
Thank’s ??
- The topic ‘How to reduce the space between the image and the text?’ is closed to new replies.