Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #477735

    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

    #479074

    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

    #482124

    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

    #482515

    Hey!

    Use this in the Quick CSS field to adjust the space between the widgets:

    .widget {
        padding: 10px 0 10px 0;
    }

    Regards,
    Ismael

    #482763

    perfect! thanks!

    wolfgang

    #483129

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar: Rahmen der Inhalte zu groß’ is closed to new replies.