How to make banner responsive
- Posted by Procoma (10) Offline
Decided not to go for the refund but fix it myself. First I had to overcome the abundant use of "!important" in the style.css which prevents overrides in for example custom.css. I removed all of them in the style.css of sequence style 2.
Furthermore the only thing that needed to be done was the following overrides.
Please keep up the good work because this is one of the better modules that works with the Joomla banner system but please make it more flexible to configure and get rid of the !important tags in the style.css.
This css is for 928x60 banners.
div#responsivebannerslider-container{
padding-top:20px;
padding-bottom:100px;
width: 728px!important;
height: 90px!important;
margin:auto!important;
}
.seqtitle a {
font-size: 22px!important;
background:transparent!important;
color: #ed1c24!important;
}
.subseqtitle {
font-size: 18px!important;
background:transparent!important;
color: #0054a6!important;
}
5 years 7 months ago #19
by Procoma
Furthermore the only thing that needed to be done was the following overrides.
Please keep up the good work because this is one of the better modules that works with the Joomla banner system but please make it more flexible to configure and get rid of the !important tags in the style.css.
This css is for 928x60 banners.
div#responsivebannerslider-container{
padding-top:20px;
padding-bottom:100px;
width: 728px!important;
height: 90px!important;
margin:auto!important;
}
.seqtitle a {
font-size: 22px!important;
background:transparent!important;
color: #ed1c24!important;
}
.subseqtitle {
font-size: 18px!important;
background:transparent!important;
color: #0054a6!important;
}
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5318) Offline
Ahh .. glad to to hear you've managed to solve it.
5 years 7 months ago #20
by TemplatePlazza
Hopefully we can update it in the near future. Thanks!Please keep up the good work because this is one of the better modules that works with the Joomla banner system but please make it more flexible to configure and get rid of the !important tags in the style.css.
Please Log in or Create an account to join the conversation.