Home › Forums › WoodMart support forum › Header Builder not responsive › Reply To: Header Builder not responsive
March 25, 2018 at 12:50 pm
#48652
Artem Temos
Keymaster
You have uploaded this image as a background and it takes the width of the row, and not vise-versa. If you want to make this column take all the empty space, add this CSS code
.whb-html-block-element {
width: 100%;
}