I centred my logo for desktop display with the following:
In file includes/templates/YOUR_TEMPLATE/css/stylesheet.css line 128 after the #logo element
In file includes/templates/YOUR_TEMPLATE/common/tpl_header.php line 167 changeHTML Code:.centred {text-align:center;}
To beHTML Code:<div id="logo">
HTML Code:<div id="logo" class="centred">
Bookmarks