[9.2.00.dev] masque saisie menu + alignement avec contenu
This commit is contained in:
parent
17b0109ab8
commit
3908d592fe
@ -33,10 +33,10 @@ $("input, select").on("change", function() {
|
|||||||
<?php echo json_encode($this->getData(['theme', 'menu', 'position']) === 'site-first'); ?>
|
<?php echo json_encode($this->getData(['theme', 'menu', 'position']) === 'site-first'); ?>
|
||||||
|| <?php echo json_encode($this->getData(['theme', 'header', 'position']) === 'body'); ?>
|
|| <?php echo json_encode($this->getData(['theme', 'header', 'position']) === 'body'); ?>
|
||||||
) {
|
) {
|
||||||
css += 'nav{margin:20px 20px 0 20px}';
|
css += 'nav{padding:20px 20px 0 20px}';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
css += 'nav{margin:0 20px}';
|
css += 'nav{padding:0 20px}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col12">
|
<div class="col12">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
|
Loading…
Reference in New Issue
Block a user