Hi,
der weiße Freiraum, den die Inhalte der Sidebars um jedes einzelne Element haben, ist zu groß, dadurch wirkt es unübersichtlich.
Bitte schaut hier:
http://www.wegezurklarheit.com/
Wie stelle das besser ein? Es scheint so zu sein, dass jedes Element oben,unten, rechts und links mind. 50 pixel oder mehr Freiraum hat. Bei den Showcases habe ich ein Beispiel gefunden, wo die Inhalte quasi bis zu Rand gehen.
http://www.medienvirus.de/wordpress-bilder-richtig-speichern/
Und:
Kann ich die Schrift bei “Letzte Beiträge”, Sidebar unten größer machen?
Vielen Dank für Eure Hilfe
Wolfgang
Hi neustifter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.recentcomments a, .widget_recent_entries li a {
font-size: 13px;
}
.inner_sidebar {
margin-left: 20px;
}
If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Regards,
Yigit
Thanks, this works well.
My last issue on the sidebar ;-)
minor space between the widgets. p.e. button “Frieden mit dem Ex” and “Bist Du hinweg über Deinen Ex?”.
I suppose 25 px will do it very well, but how to do?
At the moment we will see 4 widgets in the sidebar and the distance between each other (vertically) is too large.
https://www.dropbox.com/s/nru5innogv0vuey/sidebar.jpg?dl=0
thanks and best regards
wolfgang
Hey!
Use this in the Quick CSS field to adjust the space between the widgets:
.widget {
padding: 10px 0 10px 0;
}
Regards,
Ismael
perfect! thanks!
wolfgang