• Resolved 1393jason

    (@1393jason)


    Hi,

    Can anybody help me? I am trying to raise the widget in the header as it currently overlaps the menu bar. I am guessing sombody will have a custom css code for this?

    Thanks
    Jason

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter 1393jason

    (@1393jason)

    Oddly when I have checked this in ie and firefox the image in the widget area appears much higher (almost perfect) does anybodyknow howI can correct this in chrome?

    Hi

    Unfortunately a small Vantage bug. Please try manually setting the header widget area padding yourself. Insert the following under Appearance > Custom CSS (Vantage Premium) or in your own Custom CSS plugin (Simple Custom CSS or Jetpack Custom CSS).

    /* Vantage Header Sidebar Padding */
    
    header#masthead .hgroup #header-sidebar[style] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }

    Adjust the padding as required.

    Hope that helps.

    Thread Starter 1393jason

    (@1393jason)

    Perfect. Many thanks 🙂

    For sure, glad we could help.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Raising the header widget’ is closed to new replies.