Links in demo updated - Radio in all styles adapted
-----

FAQ Office English ( under construction)

Gesperrt
Forum Member
Site Admin
Beiträge: 649
Registriert: 3. Apr 2019, 17:36
Vorname: Jutta
Dein Land: Schweiz
Wohnort: Zuchwil / SO
Kontaktdaten:

FAQ Office English ( under construction)

Beitrag von Forum Member » 20. Okt 2019, 17:10

If you just don't want to show a forum title in this style because it is already inserted in the banner, then activate the commented out code:
common.css - h1 - Zeile 29
It must look that way:

Code: Alles auswählen

h1 {
	/* Forum name */
	font-family: Arial, sans serif;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 20px 30px;
	padding: 12px 0 0 0;
	max-width: 1189px;
	text-indent: -5000px;
}
Result:
no_forumtitle.png
------
Should the search header up to 320px be displayed in the office_wrap (i.e. at the top), since it no longer has a forum title in the style:
Remove in responsive.css - line 210 , .search-header

, then delete in the responsive.css - line 220

Code: Alles auswählen

	/* Search
	----------------------------------------*/
	.responsive-search { display: block !important; }
and delete in the responsive.css - Zeile 629-631

Code: Alles auswählen

		margin: 0 !important;
		padding: 0 5px !important;
		height: 8px;
(alles löschen)

Then it looks like this:
search reponsive small few.png
search reponsive small few.png (65.77 KiB) 2156 mal betrachtet
Without search header from 700px it looks like this:
search responsive no.png
search responsive no.png (60.85 KiB) 2155 mal betrachtet
------
If you have no forum title at all in your forum (in all styles) then margin-top will replace it with the commented out code:
forms.css - Search box (header) - Zeile 422

If you don't want a checked wrapbackground but none at all, then replace in office.css line 36, the whole wrapercontent with the commented out code 1, line 50-60.
no wraperback.jpg
If you don't want a checkered wrapbackground but a white one, replace in office.css line 36, the whole wrapercontent with the commented out code 2, line 93-74.
wraperbackwhite.jpg

Gesperrt

Zurück zu „FAQ“