I want to close the gap between the image and the excerpt text on the following page:
http://delreia.com/mikes-blog-2/
Kindly advise how to acheive this.
Thanks in advance.
Sunil
|
I want to close the gap between the image and the excerpt text on the following page: http://delreia.com/mikes-blog-2/ Kindly advise how to acheive this. Thanks in advance. Sunil |
|||||||||
|
|
The div your image sits in is set to 200px wide. Try 150 instead. You may want to edit your loop and add in a class on that div so that you can modify it easily from the stylesheet. Right now it is hardcoded which is a bad way of doing it. The following would be a terrible way to do it, but will work if you have no idea what you are doing. Add the following to your style.css. It says all grandchild divs of div.entry should be 150px;
|
|||
|
|