• Closed
  • mike smith
    Spectator
    April 22, 2017 at 1:01 am #33473

    When I enable header widget I get this bar under the header.
    http://prnt.sc/ezbsnk

    However, when I add the search widget, the bar expands like this:
    http://prnt.sc/ezbtme

    Is it possible to add the search widget, but decrease the size of the header widget region to its original smaller size, so its not so big?

    Thanks so much

    Priyank
    Spectator
    Posts: 747
    April 22, 2017 at 8:07 am #33477

    Hi,

    We have to create some custom css, Please add below css in your custom css section of theme options.

    .header-widgets {
    padding-top: 0px;
    }
    .widget-content {
    margin-bottom: 0px;
    }

    Thank you

    mike smith
    Spectator
    Posts: 1
    April 22, 2017 at 4:04 pm #33478

    Thanks, worked perfectly!

    Priyank
    Spectator
    Posts: 747
    April 24, 2017 at 7:02 am #33482

    You are welcome