By Darren Knipe on Friday, 13 June 2014
Posted in General Issues
Replies 6
Likes 0
Views 1K
Votes 0
hi

what is css override to sort this align issue:
Hello Darren,

Can you try put this in your current Joomla template and see how it goes?

div .es-widget-body img {
margin: 20px 90px;
}


Looking forward to hear from you again.
Hope this will help.
Thanks.
·
Friday, 13 June 2014 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd

div .es-widget-body img {
margin: 20px 90px !important;
}

worked thanks
·
Friday, 13 June 2014 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Darren,

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.
·
Friday, 13 June 2014 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
hi

don't know if related, but now have this on timeline.

the only thing different done is got rss feed working in easyblog
·
Friday, 13 June 2014 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
ok I resolved this.

my template has image display as block, so added to template custom.css following
div .es-widget-body img {
display: inline !important;
}


hope this helps anyone else with same.
·
Saturday, 14 June 2014 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Darren,

I am sorry for the late reply.
Thanks for sharing. Glad to hear your issue have been resolved. If you have anymore question, please don't hesitate to ask us.

Looking forward to hear from you again.
Hope this will work.
Thanks.
·
Saturday, 14 June 2014 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post