Skip to main content

Posts

Showing posts with the label Template

Abatement

It would appear that my blog template frustration has been abated. I have found a template that is . . . obedient to my every command, appears to have no problems (miracle of miracles), and is a template with which I can live (although there is one minor item I'd like to fix; I've got to figure out where the problem lies first, however). Amazing, isn't it? [EDIT: That one minor item? It's been fixed. Life is good. :P ]

Dashboard

In the code for this template, the three columns of links at the bottom part of this blog are called the "dashboard." The left column is "dashboard1," the middle column is "dashboard2," and the right column is "dashboard3." One problem I've had with this template from the start is that the title for each set of links butted up against the last link in the set above it. So, I've been pouring over the code trying to figure out how to fix this. I noticed that this problem did not exist in the sidebar to the right, that there was plenty of space between the small block of text with my photo and brief description and the "Writer-Speak . . ." quote. With that as my guide, I tried to find the code that spaced them apart. I found some code that read: .sidebar .widget{margin-bottom:1.5em;} I know a little about CSS (Cascading Style Sheets), so I know that a dot preceding a name defines a "class." "Classes" are used in...