Reducing space between images and entry links
-
Hi,
I want to reduce the space between the post image and the entry links (filed under, tagged as) as well as entry links and the next post’s date.
Thank you!
I really appreciate your help : )
The blog I need help with is: (visible only to logged in users)
-
I also tried to align my entry links to the post images.
However, it is not working.
As you can see, the left sides of my image and the entry links are not aligned.
I used.entry-links {
margin-right:auto;
margin-left:auto;
max-width:700px;
}but this did not work.
Help?
Thank you
-
Give this a try.
.entry-links .tagged { padding: 0; } .entry-links { margin-bottom: 0; margin-top: -25px; } -
-
- The topic ‘Reducing space between images and entry links’ is closed to new replies.