• I’ve recently been playing around with my font size in the style.css
    Have not noticed any change, but I took a closer look today and saw that my sidebar font size is just barely readable.
    I have searched for results to get the font bigger, but i can’t find anything that will work.
    This is my style.css

    body {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    }
    
    h1, h2, h3, h4, h5, h6,
    .primary-font,
    input[type="submit"],
    label,
    #page div#jp-relatedposts h3.jp-relatedposts-headline,
    .posts-navigation {
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    }
    
    #masthead .main-navigation li {
    line-height: 68px;
    }
    
    #masthead .main-navigation a {
          font-size: 16px;
    text-transform: none;
    }
    
    .getty{
    margin-top: 10px;
    margin-bottom: 25px;
    }
    
    .entry-meta {
    display: none;
    }

    Can someone give me a hand and tell me what to change to get my sidebar font size a little bigger? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • With this little information it’s impossible to say what could cause the font sidebar’s size to be unreadable small. You could try to check what css makes your font size small for example with firebux or some other browser plugin… (Or add a link to the actual site)

    Thread Starter stevesun1

    (@stevesun1)

    I’ve tried changing everything in the css that is posted above
    even tried changing to 50px to see a dramatic change, nothing has even moved

    yupbit.com

    id like the sidebar font size to be the same as the actual post

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar font size won't change.’ is closed to new replies.