Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1008281

    Guten Morgen,

    kann mir Jemand einen Tip geben, wie ich den Inhalt der Seite ohne Seitenränder (innenränder) Darstellen kann? Ich möchte quasi das der Inhalt der Hauptseite bis links an den Rand der Seite geht und rechts bis zu Sidebar.
    Hier ein link zu meiner Seite: Link

    #1008542

    Hey Thomas,

    Ich habe jetzt ganz am Ende des Quick CSS Codes folgenden Code hinzugefügt, um den Content-Bereich breiter zu machen:

    
    #top #wrap_all .container_wrap > .container{
    padding-left: 10px;
    }
    
    #top #wrap_all .content .entry-content-wrapper {
    padding-right: 5px;
    }
    

    LG,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.