Fixed: Default Theme - Adjust top body margin when menu position is bottom.
This commit is contained in:
parent
44e77b0eef
commit
ba9f5c7b72
|
|
@ -1703,7 +1703,7 @@
|
||||||
show_menu($menu_array, $menu_style, $menu_position);
|
show_menu($menu_array, $menu_style, $menu_position);
|
||||||
echo $open_container;
|
echo $open_container;
|
||||||
switch ($menu_position) {
|
switch ($menu_position) {
|
||||||
case 'bottom': $body_top_style = "style='padding-top: 30px;'"; break;
|
case 'bottom': $body_top_style = "style='margin-top: 30px;'"; break;
|
||||||
case 'top': $body_top_style = "style='margin-top: 65px;'"; break;
|
case 'top': $body_top_style = "style='margin-top: 65px;'"; break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue