Hi All
Does anybody know, if there is a simple way to move language flags to right hand side in
default Opencart 2.x theme, so they will appear straight after checkout?
Thanks in advance
Does anybody know, if there is a simple way to move language flags to right hand side in
default Opencart 2.x theme, so they will appear straight after checkout?
Thanks in advance
In the header template file (catalog/view/theme/default/template/common/header.tpl), try moving line 45:
to line 67.
Code: Select all
<?php echo $language; ?>
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
OK, then. Try this - in catalog/view/theme/default/template/common/language.tpl, change line 2 from:
to:
Code: Select all
<div class="pull-left">
Code: Select all
<div class="pull-right">
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 9 guests