Changeset 2806935
- Timestamp:
- 10/29/2022 07:25:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sidebar-menu/trunk/includes/Classes/Helper.class.php
r2806929 r2806935 143 143 $selector = '#'.$css_id.'.sidebarmenu-fixed'; 144 144 145 if(is_admin_bar_showing()){ $top_padding = $top_padding+ 32;}145 if(is_admin_bar_showing()){ $top_padding = absint($top_padding) + 32;} 146 146 147 147 $add_css = $selector.'{position:fixed !important;width:'.absint($width).'px;top:'.absint($top_padding).'px;}';
Note: See TracChangeset
for help on using the changeset viewer.