adding line breaks in site title/tagline
-
Hi! I would like to add a line break in the tagline of my site, so that the word “Equity” begins a new line. (The word “Equity” is currently to the right of the word “Artist”, but I want it to be on the line below.)
Any ideas? I’m guessing this will involve some CSS.
Happy Holidays,
Fleece
The blog I need help with is: (visible only to logged in users)
-
Hi Fleece, we can’t add a line break to the site description/tagline with CSS. We can adjust the width of the element to get Equity to move to the next line, but then that forces (EMC) to a line all by itself. You can try that with this custom CSS below.
.wf-active .site-description { max-width: 250px; width: 100%; } -
-
-
- The topic ‘adding line breaks in site title/tagline’ is closed to new replies.