- One way is to:
- add
display: block; - then add some width, e.g.:
width: 300px;width: 50%;
- add
- Another way is to:
- replace
b.pauze - with something like
div.block-content-inner:has(b.pauze)
- replace
- Many other ways, depending on the exact requirements.
2 Likes