how to gt site tag line to break at a particular word
-
I want to have the the tag line break at a certain point I tried several different edits in the css file and I got an ok result. The theme I am using is law-wpress but I was wondering if there was a way to get the line to break after a particular word that i chose. I don’t really want to deal with the header.php file for a variety of reasons one , I am not good , total novice at php and any changes I make there would be hard to redo if wp updates or I update the theme etc. So, I wanted to do this through the css file as I can edit that pretty easy. I added the width element which breaks the tag line up pretty nicely but I want to break the tag line at a particular word. Here is the site https://www.robbedofinnocence.com and the code I edited is this
.art-logo-text, .art-logo-text a { font-family: Georgia, "Times New Roman", Times, Serif; font-weight: normal; font-size: 16px; white-space: normal; padding: 0; margin: 0; color: #FFECE0 !important; } /* end Logo */
Here is the line and how I would like to break it.
THE CRIMES, ABUSE AND TORTURE
IN THE NAME OF “TREATING” CHILDREN
ENDS HERE!It currently breaks like this:
THE CRIMES, ABUSE AND TORTURE IN THE NAME OF “TREATING”
CHILDREN ENDS HERE!
I know its not a big deal but I was just wondering if it can be done?
- The topic ‘how to gt site tag line to break at a particular word’ is closed to new replies.