View Single Post
Old 09-15-2024, 07:46 AM   #5
foosion
Evangelist
foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.
 
Posts: 479
Karma: 41524
Join Date: Sep 2011
Device: Kobo Libra 2 & Clara BW
That isn't working. Text (or text and img) vanish -see screenshot. This worked:

Code:
img.logosize {
  height: 36px;
  width: 37px;
}
.btm-2 {
  position: fixed;
  bottom: 2.4em;
  width: 100%;
  text-align: center;
}
.btm-1 {
  position: fixed;
  bottom: 1.2em;
  width: 100%;
  text-align: center;
}
.btm {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
I'm probably making some obvious mistake.
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	238
Size:	86.1 KB
ID:	210834   Click image for larger version

Name:	cap2.JPG
Views:	236
Size:	109.4 KB
ID:	210835  

Last edited by foosion; 09-15-2024 at 07:56 AM.
foosion is offline   Reply With Quote