Hi all,
Just a little annoyance that seems to trigger some kind of OCD…
I’ve changed the default image on the /administrator login screen for one stored locally on the site. The image appears to align-right rather than align-center. Image attached for reference.
The page-source is this:
How do I sort it out please? Image dimensions in the code are correct (1000 x 217px)
TIA
Just a little annoyance that seems to trigger some kind of OCD…
I’ve changed the default image on the /administrator login screen for one stored locally on the site. The image appears to align-right rather than align-center. Image attached for reference.
The page-source is this:
Code:
<div id="wrapper" class="wrapper flex-grow-1"> <div class="container-fluid container-main"> <section id="content" class="content h-100"> <div class="login_message"> <div id="system-message-container" aria-live="polite"></div> </div> <main class="d-flex justify-content-center align-items-center h-100"> <div class="login"> <div class="main-brand logo text-center"> <img loading="eager" decoding="async" src="https://www.mysite.org.uk/images/headers/NewSiteLogo_v5-1.png" alt="" width="1000" height="217"> </div>
TIA
Statistics: Posted by JAVesey — Sat Dec 14, 2024 11:47 am