Remove the weird empty narrow column that prevents the mountain banner from taking up full width
This commit is contained in:
parent
f15b931b8a
commit
99105f8140
1 changed files with 21 additions and 0 deletions
21
config/asset_injector.css.unblock_mountain_banner.yml
Normal file
21
config/asset_injector.css.unblock_mountain_banner.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 7b0d066a-6392-417e-a874-24c44efa2ec7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
id: unblock_mountain_banner
|
||||
label: 'Unblock mountain banner'
|
||||
code: |-
|
||||
div.column:has(#block-octavia-mountainbanner) + div.column {
|
||||
display: none;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
contexts: { }
|
||||
conditions_require_all: true
|
Loading…
Reference in a new issue