T
tfmore
- tfmore
Hi Russ,
So it's the same questions as on skype, but now that others have dipped their hands in it, I'm not sure which is the proper code to use.
We were speaking about the menacing little space that the background doesn't cover, at the bottom. No addition you said to use (margins or padding), from within 'Content', worked. So someone else said to use:
Which is working now, but is this done properly? It's not something you ever said to use. Also remember how I asked how we could then have the same amount of space as from the top of the footer headers to the edge, etc.. we realized that it's not going to be possible since other pages (with adsense at the bottom) will end up with uneven spaces as a result. This may be why some of those earlier suggestions you made didn't work.
And then remember the code you gave to remove the header background from devices? It works great but the other code you gave for the semi-transparent box behind the logo, is still there for devices. Others recommend we use this to accomplish that:
It's working, but only because it's now transparent. We'd like it not to be there though, just as the background is not there.
Any help you can, whenever you have the time, is always greatly appreciated.
Thanks Russ!
So it's the same questions as on skype, but now that others have dipped their hands in it, I'm not sure which is the proper code to use.
We were speaking about the menacing little space that the background doesn't cover, at the bottom. No addition you said to use (margins or padding), from within 'Content', worked. So someone else said to use:
Code:
body .extraFooter {
margin-top: 0;
}
Which is working now, but is this done properly? It's not something you ever said to use. Also remember how I asked how we could then have the same amount of space as from the top of the footer headers to the edge, etc.. we realized that it's not going to be possible since other pages (with adsense at the bottom) will end up with uneven spaces as a result. This may be why some of those earlier suggestions you made didn't work.
And then remember the code you gave to remove the header background from devices? It works great but the other code you gave for the semi-transparent box behind the logo, is still there for devices. Others recommend we use this to accomplish that:
Code:
@media (max-width:@maxResponsiveWideWidth) { #logoBlock #logo img { background-color: transparent; }}
It's working, but only because it's now transparent. We'd like it not to be there though, just as the background is not there.
Any help you can, whenever you have the time, is always greatly appreciated.
Thanks Russ!
Last edited by a moderator: