The first page is ‘About Us’ but I would prefer to have the ‘Menu’/’Pages’ screen as the first page a visitor sees – is this possible?
You may set a different mobile homepage through the option at “Home Page Re-Direction > WPtouch Home Page”. If you’re asking about creating a custom home page that displays a menu, this is only a feature of WPtouch Pro.
On the fist page screen the title text lines are too close together. On main site all is ok – can I adjust this?
You may add custom styling to your mobile theme in the “Stats & Custom Code” area. In this case, .pageentry h2, .mainentry h2 {line-height: 24px;}
, where you adjust 24px to your liking, should handle this sitewide. If you want the change ONLY in that instance, you’ll need to give that heading a class name and use that selector in your styling (instead of .pageentry h2, .mainentry h2
, you’ll have .yourclassname h2
). However, that will require a custom page template as the WordPress editor does not allow naming of page titles. WPtouch Pro will allow you to create a template solely for use with this page.
Finally, I noticed on the WPTouch download – i.e. if you don’t use the auto plug-in – that there are various themes but I can’t see these in the ‘settings’ page.
WPtouch comes with one default theme. WPtouch Pro comes bundled with two but the first is similar in styling to the free theme and the second is geared towards theme developers.