Jumping back into Joomla after many years away from it (and any design)
In JA Simpli 1.0.6 I am trying to set the Header image to be centered, not repeat, and box fit image.
custom.css in CSS folder includes:
#header.stick-on-top {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
z-index: 21;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
But the image is still repeating. I have tried putting this in the Admin backend template Edit Advanced-Custom code but it just shows the code text at the top of the page.
Any ideas?
Thanks!