Expanding Title Width, Increasing Tag Line Size, and Adding a Plugin
-
Hello Again!
I have a few more questions to finish up our site. We are using the snap theme.1) The width for the title line is very narrow, I would like the title to fit all on one line. Can I expand that?
2) I would like the tagline to be as large as the title. it is currently much smaller
3) I would like to add in this RSVP Plugin. http://wordpress.org/plugins/rsvp/. Is that compatible with this theme?
The blog I need help with is: (visible only to logged in users)
-
-
-
1) Add this:
#snap-nav { width: 20%; } .logo-wrapper { width: 80%; }2) You have added this:
.snap-tagline { font-size: 48px; }Turn it to this and increase the value:
.snap-tagline { font-size: 1.1rem !important; }3) On wordpress.com we cannot use plugins.
- The topic ‘Expanding Title Width, Increasing Tag Line Size, and Adding a Plugin’ is closed to new replies.