I would like to have a large website logo centred, spanning 12 columns. And have the menu below centred also spanning 12 columns.
I have edited header.php to:
<divid=”logo”class=”span12 clear fix”>
<div id=”nav-section” class=”<?php echo $nav_class;?> span12 clear fix”>
Added custom CSS:
.nav-wrap {
padding: 0 0 0 260px};
}
Plus a few tweaks in the theme ‘Header options’. Results attached.
This works OK in a browser but falls apart on tablet and mobile devices.
Can anyone help resolve the issues on the mobile and tablet devices so that the navigation alignment doesn’t fall apart?