CSS Code for Site Title at Footer
-
Hello,
Using the Canape Theme
My Site title at the footer right now is displayed in 2 lines.
Displayed at the moment as:
YES INSPIRE|
MAGAZINEI want it to be 1 line e.g:
YES INSPIRE | MAGAZINEAny CSS Code to help make it 1 line?
The blog I need help with is: (visible only to logged in users)
-
Hi, add the following to widen the footer branding div so your title in on one line.
.footer-branding:last-child { width: 50%; } -
If you haven’t yet added any CSS or worked with the CSS editor, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS.
-
-
- The topic ‘CSS Code for Site Title at Footer’ is closed to new replies.