Home › Forums › Support › Header Widgets split This topic has 1 reply, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 19, 2018 at 12:21 am #760888 Suresh Sudharsanam Hi Team, Need your help to split the Header widgets 30% & 70%. in 70% space, I am going to place google ads. like this…http://www.techeworks.com/wp-content/uploads/2018/12/Untitled.png December 19, 2018 at 6:36 am #761111 DavidStaff Customer Support Hi there, try this CSS: @media (min-width: 1024px) { .header-widget { max-width: 70%; width: 70%; display: -webkit-box; display: -ms-flexbox; display: flex; } .header-widget .widget { -webkit-box-flex: 1; -ms-flex: 1 0 70%; flex: 1 0 70%; } .header-widget .widget:first-child { -webkit-box-flex: 1; -ms-flex: 1 0 30%; flex: 1 0 30%; } } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In