OK, another problem I have been having is when i type in a title after a few characters it goes ... and you can't see the whole title. How do I make it show the whole title? If you look at my site you will see what I am meaning. Thanks.
It'll be a theme function somewhere. Have you edited the theme yourself already? I only ask because it looks different to the demo on the theme site but I guess this could be an alternative layout. First place to check is probably functions.php, see if you can spot any fucntions with a likely looking name and a number somewhere in it! I am specific
Downloaded the theme and I think I've found it, it's a bit of a weird structure which is why you couldn't see it As far as I can tell there are two instances of this, both in index.php. Search for echo truncate($title, 40, '...'); Code (markup): and just change the 40 to whatever you want the character limit to be. Make it some huge number if you don't want to set an upper limit. Change both instances of that (they're pretty close together in index.php) and fingers crossed that'll be it.