Any ideas on the following? I have a non responsive group (header really) that does not adjust to different web page sizes… I have tried fixed width/min/max width. Do I need to make it a responsive group to make this work?? Any ideas or help would be appreciated. Thank you !
No. I use fixed and responsive elements inside my header. Their size will affect how the header responds. If you fill the header completely with elements they might limit how the header acts.
if you look at the first attachment its a product calendar that says company, deal size, shares, etc…When I expand the webpage they don’t align with the underlying information. For the life of me I cannot figure it out…
OK, you mean when you change the page size responsively, got it.
Yes, I see the misalignment. The width of each text box in row 1 needs to the same as the width of each box in row 2. Probably you should set them all to Fixed width so they don’t change with changing content. See if that helps.