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

    (@morandan)

    Ok, I got it! Just added

    a.title { font-weight: bold;
    	display:block;
    }

    However, now, there is a rather large gap between the title and the excerpt… any advice to shorten that up?
    Thanks!
    great plugin btw!

    I had a similar issue except I wanted to add more space – here is what I did:

    .title {
    	display: block;
    	padding-top: 20px;
    }

    If you would like to shorten the space, I would change the 20px to a lower number – even a negative value (i.e., -10px).

    I’m not programmer, but I know a few tricks – this one might be one that helps you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to move title to left’ is closed to new replies.