Global block - row issue in header

Hi, I created a global row (new Row) with a width of 100%. When I put the global row into the header (also width of 100%), the row isn’t stretched to 100%. It’s being cut off at around 908px or so. This wasn’t the case with the old row/column.

Update on further testing:

  • This happens with Row - Global Container - off
  • The width of 100% on this row doesn’t do anything.

Hi @pumpknhd,

Thank you for writing in, try adding this to your Global Block element’s Element CSS area.

$el {
  width: 100%;
}

If the issue persists, please provide us login credentials in a secure note so we can take a closer look.

Cheers!

Thanks, that worked. I had to put that width: 100% at a few places for it to work.

Thanks again.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.