How to get custom html block type go full width?
-
Using WordPress 5.6.1, on a page I would like to add a Custom HTML block type that takes on the Full width of the viewport. To this end, I created a Group with full width alignment and in that group a Custom HTML block type. This produces the following result:
<div class="wp-block-group alignfull"> <div class="wp-block-group__inner-container"> <p>...Although the div for the group is indeed full width, the custom html block (the 2nd div above) is still only content width. How can I make the custom html block the full width of the viewport?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to get custom html block type go full width?’ is closed to new replies.