By No Name on Wednesday, 27 August 2014
Posted in General
Replies 3
Likes 0
Views 419
Votes 0
Hello!

How could I remove the 3px padding from the entry blog image? Please also see the screenshot.

Thank you guys in forward
Hello Manuel,

I am sorry but the image that you have provide us is from our demo site. Anyhow, this code is hardcoded in the themes file. For example you can find this code in this file: \components\com_easyblog\themes\timeless\blog.read.php Line: 97

<div style="text-align:center;">
<img src="<?php echo $blog->getImage()->getSource( 'entry' );?>" class="blog-image" style="margin: 0 5px 5px 0;border: 1px solid #ccc;padding:3px;" alt="<?php echo $this->escape( $blog->title );?>" />
</div>


Hope this will help.
Thanks.
·
Wednesday, 27 August 2014 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that helps a lot! I could fix it with your lines!

Thank you and warm regards
Manuel
·
Wednesday, 27 August 2014 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Manuel,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Wednesday, 27 August 2014 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post