Banner Carousel wrong size
- Posted by Peter Pan (7) Offline
The banner carousel module does not take the given banner size (728x90), but is delivering a much smaller size.
3 years 5 months ago #1
by Peter Pan
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
- Posted by Peter Pan (7) Offline
Sure, www.hitradio.com.na (but I disabled the carousel banner now, as it cannot be used for a life site as it is...)
3 years 5 months ago #3
by Peter Pan
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, When I inspected your website, it looks like indeed the banner container width is half of your top container block. Carousel banner is properly following the container width properly because it designed to follow its container / for responsive design purpose, while your existing banner actually break the container width but display the whole banner image. Please see the screenshot below: https://www.dropbox.com/s%2F5lbiwh640czf2yj%2Fmonosnap%25202021-07-21%252016-46-00.png?raw=1
3 years 5 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Peter Pan (7) Offline
I am only using the core banner component of Joomla 3, so why should it break that, if the image is set to 728x90? So what can be done?
Thanks a lot
3 years 5 months ago #5
by Peter Pan
Thanks a lot
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
It's just a matter of html and css / the way your template is coded.I am only using the core banner component of Joomla 3, so why should it break that, if the image is set to 728x90?
If you have access to your template code (you can modify the template code), you can try to modify this part below : https://www.dropbox.com/s%2Fhgyzf764grl59ii%2Fmonosnap%25202021-07-22%252005-57-12.png?raw=1So what can be done?
into this
https://www.dropbox.com/s%2F1jf0lccw8z9b8nb%2Fmonosnap%25202021-07-22%252005-54-33.png?raw=1
It's basically to make the left container wider
Please Log in or Create an account to join the conversation.