Centering an image header in Easel
-
hey
my site is https://www.d3enews.comI am trying to center the header image at the top. When there isn’t an image, I got it and the description to center by putting this in style.css
‘
#header {
display: block;
text-align: center
margin-left: auto;
margin-right: auto}
#header .description {
color:#F3EDF3;
margin-left: auto;
margin-right: auto;
text-align: center
‘
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Centering an image header in Easel’ is closed to new replies.