By Danny Malouin on Monday, 10 August 2015
Posted in General Issues
Replies 5
Likes 0
Views 705
Votes 0
If we place a Joomla banner module into "easyblog-before-entries", it's not responsive.

1) what's the file & code required to do this
2) can you add this in the next update ?

Thanks
Danny
hey Danny,

I am sorry for the delay of this reply,

I've tested in my locally, it seems like I can't replicate this responsive issue, can you provide us with your Easyblog URL and Joomla backend access so I can take a look of this?
·
Monday, 10 August 2015 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Info specified bellow as requested
·
Monday, 10 August 2015 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Danny,

This issue has nothing to do with EasyBlog because your banner has a fixed width of 728 pixels, http://screencast.com/t/qqZNBNqf3 . The only way to fix this is to apply css hacks for your banner.


body .banneritem img {
width: 100%;
}


Please understand that this is not an EasyBlog issue and it is actually beyond the scope of our support to assist you with these customizations.
·
Tuesday, 11 August 2015 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
This is already how the Joomla module works in other positions. Check out my example http://www.mcommemaman.com/grossesse (use same login info).

The first banner in main top is automatically responsive. The one in EB position isnt't. It's the same module.

Danny
·
Tuesday, 11 August 2015 02:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Danny,

It looks like your template is enforcing a max-width of 100% on all image tags. But the code which I supplied should work
·
Tuesday, 11 August 2015 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post