• Greetings,

    Can not figure out what I did wrong to end up with my Tools of Use on the right sidebar to be so large? I would like it smaller font like Blogroll is. It is a ‘renamed’ title if I recall correctly…

    New Categories also appear as larger text then I want.
    Ideas or suggestions much appreciated.

    Sidebars and Widgets does not appear to be the right place to address this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Macattak1

    (@macattak1)

    I had font size in px. Changed back to em.
    At 1.7em all link titles are the same. Recent Posts, Blogroll, Tools of Use, etc.
    At .7 Tools of Use and Tools of Use2 both stay large while the others shrink down as they should.

    I have not been into the .css pages except for the footer section of foundations.php I think it was.

    Hi,

    You need to edit the style.css file of tyour theme and edit the sidebar tags font size. It should like this:

    #sidebars p {
      padding: 2px 0;
      font-size: 10pt;
      color: #7b7b7b;
      }
    
    #sidebars h2 {
      padding: 0 0 5px 0;
      font-size: 11pt;
      color: #333;
      border-bottom: 1px solid #e4e4e4;
      }

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Right side bar font challenge’ is closed to new replies.