The Twitter Bootstrap WordPress Theme is a responsive theme.
As a theme it still needs some work but there is a lot of good stuff.
I have added some code to about.kuilder.net to get three widgets areas in the footer:
To Functions: (functions.php)
', ', ', ', ', ', }if ( function_exists('register_sidebar') ){
register_sidebar(array(
'id' => 'footer1',
'name' => 'Footer 1',
'before_widget' => '
'before_title' =>; '
',
'after_title' => '
));
register_sidebar(array(
'id' => 'footer2',
'name' => 'Footer 2',
'before_widget' => '
'before_title' => '
',
'after_title' => '
));
register_sidebar(array(
'id' => 'footer3',
'name' => 'Footer 3',
'before_widget' =>; '
'before_title' =>; '
',
'after_title' => '
));
And in the footer.php:
Most important style information: the widgets as span4 classes in a row-fluid class makes it all nice and flexible.It should look good on an ipad according to ipeek
Pingback: Moving Wishery.com to Wordpress Bootstrap Theme