hallo zusammen,
ich habe ein theme mit linker und rechter sidebar. möchte nun aber gerne die linke sidebar komplett entfernen und die beiträge sollten dann auch über den frei gewordenen platz gehen. ich habe null ahnung was ich machen muss und habe auch mit der suchfunktion nichts gefunden was mich nun wirklich weiter gebracht hätte.
könnte mir bitte jmd. helfen und sagen, was ich wo ändern muss. bitte für dumme erklären, da ich wirklich keine ahnung von der materie habe.
danke und grüße krissy
ps.: hab mal in der style.css bissl geguckt und folgendes gefunden, evtll. hilft das ja weiter.
Code
/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
width: 20%;
}
/* end LayoutCell, sidebar1 */
/* begin LayoutCell, content */
.art-content-layout .art-content
{
width: 60%;
}
.art-content-layout .art-content-sidebar1
{
width: 80%;
}
.art-content-layout .art-content-sidebar2
{
width: 80%;
}
.art-content-layout .art-content-wide
{
width: 100%;
}
/* end LayoutCell, content */
/* begin LayoutCell, sidebar2 */
.art-content-layout .art-sidebar2
{
width: 20%;
}
/* end LayoutCell, sidebar2 */
Alles anzeigen