Removing Sidebar

Unknown | Samstag, 3. August 2013 |
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

Responsive Simple Template © by beKreaTief | Content © by Responsive Simple Demo | 2013.