I found the solution:
- I reduced the right margin of .secondary #content and #main .widget-area to 2.5%.
- And I reduced the left margin of .secondary #content to 30 %.
I have now the following code in my ‘Simple Custom CSS’-Plugin:
/* Schrift gr??er + Blocksatz */
body {
text-align: justify;
font-size: 14px;
}
/* Sidebar schmaler, Hauptspalte breiter, Abstand geringer, ?u?ere R?nder schmaler */
.secondary #content {
margin: 0 30% 0 2.5%;
}
#main .widget-area {
margin-right: 2.5%;
width: 23.75%;
}
#main .widget-area .widget {
margin: 0 auto;
width: 85%; /* Choose any value you like */
}
/* nicht fett; kein Blocksatz - für Schrift in Mitgliedersuche-Widget */
#buddypress .standard-form label {
font-weight: normal;
text-align: left;
}
/* schwarz; fett; kein Blocksatz */
.widget-title {
color: #000000;
font-weight: bold;
text-align: left;
}
/* silber Hintergrund; Textabstand zum Rand für alle Widgets */
div#secondary {
background: #C0C0C0;
padding: 13px 0 17px 0;
}
/* Dark Magenta-Rahmen; Textabstand zu den Rahmen des jeweiligen Widgets */
div#secondary aside:nth-child(1n+1){
border: 1px solid #8B008B;
padding: 0 10px 10px 10px;;
}
/* Schriftgr??e in den Menü-Tabs reduziert; kein fett */
#access a {
font-size: 11.5px;
font-weight: normal;
}
/* Schrift in BuddPress-Buttons vergr??ert */
#buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button {
font-size: 100%;
}
Besides I have directly within the Reddle-CSS changend all
color: #b12930
into
color: #8B008B
And nearly all of them I made:
font-weight: bold;
All that results in:
https://1a-spielwiese.de/wp-content/uploads/2014/09/raender_geaendert.jpg