Removing Sidebar

Wollt ihr die Sidebar entfernen, weil ihr sie nicht braucht, dann geht das ganz einfach.

Geht ins HTML eures Blogs

If you wanna remove the sidebar because it is of no need, it's very simple

We have to edit the HTML




Und dann sucht ihr nach

Then search for

</style>



Und oberhalb davon geht fügt ihr folgende CSS ein.

Above that add the following CSS

   #sidebar{
     display: none;
   }

   #content{
     width: 100%;
   }

Speichern und ihr seid fertig.

Save and you're done.

Keine Kommentare:

Kommentar veröffentlichen

Argyle Creme Template © by beKreaTief | Content © by Argyle Creme Demo | 2013.