New Version

Hello

With the update of Betheme some things happend in the appearance that is not understandable:

This is my site with the Version 10.7:
http://www.sänger.ch/wordpress/

This is the actual site with Version 11.1.:
http://www.gesangsunterricht-schweiz.ch/

As you can see the Header Menu is not where it is supposed to be after the update.


I didnt Change anything in the appearance of the site.
Here is the Custom CSS I used for designing the menu:

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

/* 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,.7); }
#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 10px !important; }
#Top_bar .menu > li ul { background-color: rgba(30,35,50,.7) !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; }


table tr:first-child td { background: none; }
table tr:hover td { color: #6E6262; }
table tr td { border: none; text-align: left; }
table tr:nth-child(2n) td { background: none !important; }


.pweb-alert {display:none !important}



Many thanks for your help

Kind regards

Deean


Comments

Sign In or Register to comment.