how do I set up the language selection eshopu.
Positions at the top right of the basket right breadcrumb

Thank you very much.
Code: Select all
$this->children = array(
'common/language',
'common/header',
'common/footer'
);
Code: Select all
$this->id = 'languageflag'; // Added flag
Code: Select all
<div style="float:right;margin-top:-25px;margin-right:10px;"><?php echo $languageflag; ?></div>
Code: Select all
<div style="position: absolute;top: 140px;right: 10px;"><?php echo $languageflag; ?></div>
Is it okayphpuk wrote:Ok I did say a very quick look![]()
Try absolute positioning:
Adjust the top: and right: values to suit your layout.Code: Select all
<div style="position: absolute;top: 140px;right: 10px;"><?php echo $languageflag; ?></div>
Phil.
czLEONcz
Users browsing this forum: No registered users and 10 guests