Home › Forums › Support › CSS Formatting For Header Sections – Unequal Widths This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 27, 2020 at 7:16 pm #1146359 Mary Pearson Can you please tell me the correct way to format three unequal header sections. I know they need to add up to 100% but I just can’t figure out how based on the following from documentation. .header-section > div { width: 33.33333%; } Many thanks January 27, 2020 at 7:59 pm #1146384 LeoStaff Customer Support Hi Mary, If you are using the same HTML here: https://docs.generatepress.com/article/split-header-three-sections/ Then you would replace this part of the CSS: .header-section > div { width: 33.33333%; } With this: .header-section .header-section-1 { width: 20% } .header-section .header-section-2 { width: 60% } .header-section .header-section-3 { width: 20% } Let me know if this helps π January 27, 2020 at 8:07 pm #1146389 Mary Pearson Thank you so much Leo!!!! January 27, 2020 at 8:14 pm #1146395 LeoStaff Customer Support No problem π Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In