View Single Post
Old 01-12-2026, 03:11 AM   #3
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 595
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
Try this

Code:
.centered-image-1 img {
 display: block;
 margin: 0.5rem auto;
 width: 84px;
}
the "auto" in margin will push the img to center.
nqk is offline   Reply With Quote