Jump to content

[Gelöst] Kann Bereich eines Headers nicht finden


Recommended Posts

Soll die Suche auch weg oder nur der Kasten drum rum?

Geh mal in deinem Themes Ordner und ändere die global.css in Zeile 1130.

Da sollte ein Tag sein:

.bot2 {
	width: 368px;
	height: 107px;
	border: 1px solid #d7ccbc;
	top: 29px;
	background: #fcfbfa;
	position: absolute;
	-webkit-box-shadow: inset 0 0 20px 10px #efe7de;
	-moz-box-shadow: inset 0 0 20px 10px #efe7de;
	box-shadow: inset 0 0 20px 10px #efe7de;
	height: 107px;
	right: 0;
}

ersetze den mal durch:

.bot2 {
	width: 368px;
	height: 107px;
	border: 1px solid #d7ccbc;
	top: 29px;
	background: #fcfbfa;
	position: absolute;
	-webkit-box-shadow: inset 0 0 20px 10px #efe7de;
	-moz-box-shadow: inset 0 0 20px 10px #efe7de;
	box-shadow: inset 0 0 20px 10px #efe7de;
	height: 107px;
	right: 0;
	display: none;
}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...