Theme Soundcheck Title
-
Hello all,
I can’t add a title more than 13 characters in my Soundcheck Theme.
Anyone know why? And how can I modify this?Thank you in advance!
The blog I need help with is: (visible only to logged in users)
-
The designer of the theme wanted the title to be very narrow, so the CSS of the theme imposes a severe restriction on the width of the title area. Your problem is that you wrote your title as a single word, and this prevents a line break. Your title will show in full (in two lines) if you write it this way:
lydia & sebastien
If you don’t want it like that, add this in the CSS editor:#site-info { width: 260px; }
- The topic ‘Theme Soundcheck Title’ is closed to new replies.