• hi!
    i would like to put 1 bix Textbox in the header and did this as a widget. There is a fixed width 31.333% in style.css
    if i change the width to 100% also sidebar-2 will be changed.

    ist there any way to get only grid/width for sidebar-1 changed? Maybe overwrite style.css in header.php?

Viewing 1 replies (of 1 total)
  • Thread Starter alexpj

    (@alexpj)

    i found a solution by adding this to custom.css

    .site-header .widget-area .widget {
    background: rgba(0,0,0,0.8);
    width: 100%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Header SideBar-1 change grid’ is closed to new replies.