|
|
SidebarMod
Modify veryplaintxt to show sidebar on pages and single posts
Introduction
The sidebar on pages and single posts is hidden with CSS alone. These instructions are for veryplaintxt v 4.5.
Details
Here's what you do. In your style.css file, make the following changes in the following order.
- Delete line 32. The whole line that reads:
- Delete line 29. The whole line that reads:
- In line 25, remove the following descriptors from that line:
- Save and update the file. Be sure to clear your browser cache and refresh your browser to see the changes.
body.single div#content,body.page div#content{margin:3em 0 0;}body.single div#container,body.page div#container{margin:0 0 2em;}body.single div.sidebar,body.page div.sidebar,
The revised line 25 should read:
body.home div#globalnav,body.archive div#globalnav,body.search div#globalnav,body.four04 div#globalnav,body div#globalnav ul li ul,div.access,span#theme-link span.additional-name,span#theme-link span.family-name{display:none;}
Sign in to add a comment
