View Single Post
Old 11-07-2016, 05:44 PM   #11
jvorzimmer
Guru
jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.jvorzimmer can program the VCR without an owner's manual.
 
jvorzimmer's Avatar
 
Posts: 54
Karma: 186734
Join Date: Jun 2013
Device: Samsung Galaxy Tab A9+
I have a workaround for this. Edit your local copy of the browse.css file and copy the background color from the container style to the footer style and thereby making it invisible. If you highlight the position with your cursor, you'll see it's actually still there.

#container {
max-width: 1000px;
min-width: 400px;
min-height: 230px;
background-color: #fff1e2;
margin-left: auto;
margin-right: auto;
}
.
.
.
#footer {
font-size: small;
color: #fff1e2;
text-align: right;
margin-right: 30px;
}


Last edited by jvorzimmer; 11-07-2016 at 06:23 PM. Reason: Add photo
jvorzimmer is offline   Reply With Quote