Edin theme header text center align
-
Hello!
On the Edin Theme, there is a header with a very big image.
On that very big image, you can add text.How to I use CSS to align the text right in the center of the image? (in the center vertically and horizontally)
(On the top right hand corner, there is a small search box which is what makes the entire text lean toward the left. )Thanks in advance.
Jin
The blog I need help with is: (visible only to logged in users)
-
Hi Jin
Try adding the following custom CSS.
Select Appearance > Customize > CSS from your Admin Dashboard.
`.entry-content {
text-align: center;
}’ -
-
-
- The topic ‘Edin theme header text center align’ is closed to new replies.