nl1sms wrote: Sun Aug 23, 2020 11:44 am Hmmm why rc6 is on the start of this topic whilst rc7 is out?
I think as long as nothing has been announced, nothing is official.
nl1sms wrote: Sun Aug 23, 2020 11:44 am Hmmm why rc6 is on the start of this topic whilst rc7 is out?
I have just told you - I have more important things going on in my life at the moment.nl1sms wrote: Sun Aug 23, 2020 11:44 am Hmmm why rc6 is on the start of this topic whilst rc7 is out?
No
depending on what style your using most of them by default block out the logo on smartphonesnl1sms wrote: Thu May 27, 2021 10:54 am Ok, well if this can't be fixed I'll have to use Hifikabin's header banner extension. Thx.
Code: Select all
.logo {
/* change display value to inline-block to show logo */
display: none;
float: none;
padding: 10px;
}
Code: Select all
.logo {
/* change display value to inline-block to show logo */
display: inline-block;
float: none;
padding: 10px;
}