How to change size and alignment of post titles
-
Hi all,
I would like to make the titles of the posts in my footer larger than it currently is, so I added the following code to my child theme’s style.css file.
footer#footer p, footer#footer a {
padding: 0px ;
font-size: 1.2em ;
text-align: left;
line-height: 1.2em ;
}The problem is that as a result of this, the titles in the Special Recent Post widget area are huge.
Here is how my footer looked before adding the code:
https://i1121.photobucket.com/albums/l505/jennyvien94/smallfont_zps5380edf0.pngHere is how it looks after:
https://i1121.photobucket.com/albums/l505/jennyvien94/bigfont_zps1767622a.pngIs there anyways I can make the titles in the special recent post widget area look like the titles in the popular post widget area? I really want the font size and the alignment of the title to be the same in both widget areas to keep everything consistent.
Also, are there any ways to add … after an excerpt and put the string break on a new line? This is what I have for my post string break right now:
“…
Read more” The problem with this is that “
” is appearing instead of an actual line break. (I already included
as a post allowed tag.)Thank you in advance,
Jenny
- The topic ‘How to change size and alignment of post titles’ is closed to new replies.