🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 03:56:50 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
sass
/
backend
/
options
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/sass/backend/options
🔄 Refresh
✏️
Editing: widgets-areas-screen.scss
Writable
// add space between widget areas in Appearance -> Widgets .edit-widgets-main-block-list { > .wp-block { margin-bottom: 20px; &:first-child { margin-top: 20px; } } } // add space between block in widget area .wp-block-widget-area__inner-blocks > .block-editor-block-list__layout { > .wp-block { margin-top: 0; margin-bottom: 40px; } } // remove `ul` styles in widgets preview/editor .wp-block-widget-area__inner-blocks > .block-editor-block-list__layout { > ul.wp-block-list, ul.wp-block-page-list, ul.wp-block-categories-list, ul.wc-block-product-categories-list { margin-inline: 0; list-style-type: none; padding-inline-start: 0; ul { list-style-type: none; padding-inline-start: 25px; } } }
💾 Save Changes
❌ Cancel