Hätte da ne Lösung, auch wenn die von den Profis hier vermutlich als großer Umweg angesehen wird :D
du kannste dein "Unser Team" Widget aus der Sidebar links rausschmeißen.
Stattdessen fügste da das Widget "Text" ein.
In die Überschrift schreibste dann "Unser Team" und darunter darfste ja auch html benutzen, müsste in deinem Fall soooooo aussehen
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=Generator content="Microsoft Word 12 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:0cm;
line-height:115%;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
.MsoPapDefault
{margin-bottom:10.0pt;
line-height:115%;}
@page Section1
{size:595.3pt 841.9pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
{page:Section1;}
/* List Definitions */
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->
</style>
</head>
<body lang=DE link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal style='margin-left:36.0pt;line-height:normal'><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif";color:white'><a
href="http://www.ng-friseure.de/?page_id=90" title=Auszubildende><span
style='color:white'>Anja Westermann</span></a></span></p>
<p class=MsoNormal style='margin-left:36.0pt;line-height:normal'><span
style='color:white'><a href="http://www.ng-friseure.de/?page_id=106"
title=Friseurin><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:white'>Julia Teichmann</span></a></span></p>
<p class=MsoNormal style='margin-left:36.0pt;line-height:normal'><span
style='color:white'><a href="http://www.ng-friseure.de/?page_id=108"
title=Friseurmeisterin><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:white'>Nadine Grosser</span></a></span></p>
<p class=MsoNormal style='margin-left:36.0pt;line-height:normal'><span
style='color:white'><a href="http://www.ng-friseure.de/?page_id=568"><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif";color:white'>Sandra
Tecklenborg</span></a></span></p>
<p class=MsoNormal> </p>
</div>
</body>
</html>
Alles anzeigen
Und der Teil unten wo die eigentlichen Links stehen kannste dann nach deinem belieben anordnen
Dann darf die Chefin auch wieder oben stehen :-D
ansonsten schicke, moderne, schlichte seite
Edit:
Hab diesen html Code mit Word erstellt und der schmeißt da noch viel unnützes rein.
Das hier "müsste" eigentlich reichen7
<html>
</style>
</head>
<body lang=DE link=blue vlink=purple>
<div class=Section1>
<ul type=disc>
<li class=MsoNormal style='color:white;line-height:normal'><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif"'><a
href="http://www.ng-friseure.de/?page_id=90" title=Auszubildende><span
style='color:white'>Anja Westermann</span></a></span></li>
<li class=MsoNormal style='color:white;line-height:normal'><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif"'><a
href="http://www.ng-friseure.de/?page_id=106" title=Friseurin><span
style='color:white'>Julia Teichmann</span></a></span></li>
<li class=MsoNormal style='color:white;line-height:normal'><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif"'><a
href="http://www.ng-friseure.de/?page_id=108" title=Friseurmeisterin><span
style='color:white'>Nadine Grosser</span></a></span></li>
<li class=MsoNormal style='color:white;line-height:normal'><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif"'><a
href="http://www.ng-friseure.de/?page_id=568"><span style='color:white'>Sandra
Tecklenborg</span></a></span></li>
</ul>
<p class=MsoNormal><span style='font-size:10.0pt;line-height:115%;font-family:
"Verdana","sans-serif"'> </span></p>
</div>
</body>
</html>
Alles anzeigen