• Hi!

    I have been tweaking my blog over the last few days and I am mostly happy with the way things are going. However, I have a small problem that I would like to resolve. Basically, I want to move the title of my post on the actual post page to be closer to the header. I have been able to do this on the main home page and the the other pages, but the post pages have not changed. I can’t seem to find the code to be edited.

    When I edited the other pages I changed:

    .singular .entry-title {
    	color: #000;
    	font-size: 22px; /* originally 36px */
    	font-weight: bold;
    	line-height: 48px;

    and

    .entry-title {
    	clear: both;
    	color: #222;
    	font-size: 22px; */changed from original 26px */
    	font-weight: bold;
    	line-height: 1.5em;
    	padding-bottom: .3em;
    	padding-top: 15px;

    Neither of these lines of code affected the single post page. What am I missing?

    Any help would be much appreciated.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit indivdual pages’ is closed to new replies.