Hi,
knapskincarestore.nl has only a problem at mobile phones with the main menu. At the iphone it tries to show everything vertically under each other.
Anyone knows how to fix this?
Regards,
Ronnie
// mobile mode
if ($this->browser->get('mobile')) {
$this->getLayout('mobile');
} else {
if ($this->browser->get('browser') == 'facebook') { // facebook mode
$this->getLayout('facebook');
} else { // normal mode
$this->getLayout('normal');
}
}
if ($this->browser->get('browser') == 'facebook') { // facebook mode
$this->getLayout('facebook');
} else { // normal mode
$this->getLayout('normal');
}