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