• Closed
  • mike smith
    Spectator
    22.04.2017 at 01:01 #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
    22.04.2017 at 08:07 #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
    22.04.2017 at 16:04 #33478

    Thanks, worked perfectly!

    Priyank
    Spectator
    Posts: 747
    24.04.2017 at 07:02 #33482

    You are welcome