Center Title Horizontally
-
I would like to set the title width to 80% and center the title over the image. Is there a better way than adding padding on the left side?
div.big-leader .entry-title.featured-image-overlay,
div.big-leader .archive-title.featured-image-overlay {
color: blue;
max-width: 80%;
padding-left: 160px;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Center Title Horizontally’ is closed to new replies.