• Resolved KarolinasBR

    (@karolinasbr)


    Hello!

    I used this code to make a border appear behind my post titles:

    font-family: 'Arial', 'Raleway', 'Georgia', sans-serif;
    
    	font-size:28px;
    
    	font-weight:none;
    
    	color: #fff;
    
    	text-align: center;
    
    	height: 28px;
    
    	background:url(...) left;
    
    	border: 3px solid #000;
    
    	padding: 20px;

    However, when the title is longer than would fit in one line and it breaks, the border and background don’t stretch to include the second line. How can I change that?

    Also, how can I increase the space between the two lines?

    Thank you in advance!
    Karolina

    Here is a picture of how the box looks when there is a line break in the title: https://i1052.photobucket.com/albums/s455/KcZamana/ScreenShot2014-11-14at173631.png

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title Line Break Doesn't Fit In Border’ is closed to new replies.