Problems with layout

edited November 2015 in Theme support

Hello

Why do I have Problems in the Header (right side dark blue, in the middle transparent, then dark blue again)?

http://www.sänger.ch/wordpress/gesangslehrer/


many thanks for your answer ...

Kind regards

Deean

Comments

  • Hi Deean,

    it's because of your custom css what you can see on http://pasteboard.co/2gTx2PS2.png
  • If I erase all custom css it is still having this Problem.
    Any solution how to get rid of ìt?



    Here is my custom css:

    .header-fixed #Top_bar, #Top_bar.is-sticky { box-shadow: 0 0 0 0.2 !important; border-bottom: 0px solid rgba(0,0,0,.6); }

    /* Header */
    @media only screen and (min-width: 2000px) #Top_bar #menu { background-color: transparent !important; }
    #Header .top_bar_left, .header-fixed #Top_bar, #Top_bar #menu { background-color: rgba(0,5,20,.6); }
    #Wrapper { background: rgba(255, 255, 255, 0) !important; }
    #Content { background: rgba(0, 5, 20, 0.4) !important; }

    #Top_bar .menu > li > a { letter-spacing: 0px; font-style: normal; }
    #Header .menu > li > a span { padding: 0 12px !important; }
    #Top_bar .menu > li ul { background-color: rgba(30,35,50,.6) !important; }

    @media only screen and (max-width: 767px)
    {
        #Top_bar .logo { display: none !important; }
        #Top_bar .top_bar_left { margin-top: 0 !important; }
    }

    .fancy_heading .title { color: #111E4D; }
    .fancy_heading .inside { color: #111E4D; }

    #Footer { background-color: rgba(0,5,20,.8); !important; }

    #Footer .footer_copy .one { margin-bottom: 0 !important; padding-top: 0px !important; }

  • Sorry, you're right. We missed that you set this header background under Theme options > Header & Subheader > Header section.
  • Many many many thanks, Problem solved :)
Sign In or Register to comment.