Remove line break in titile
-
Using the Origin theme. It causes the Blog Title to go onto two lines. My site is DancingUpsideDown.com
Below is the code for the header & site title. The things I tried – all to no avail – were
1. changing the word-wrap tonone;
2. changing the font-size to 30pxCan someone please look at this and tell me what I need to change?
#header {
clear: both;
width: 100%;
}
#branding {
float: left;
width: 25%;
overflow: hidden;
margin-top: 20px;
}
#site-title {
font-size: 2.307692307692308em; /* 30 / 13 = 2.307692307692308 */
line-height: 1em;
font-weight: bold;
margin: 0 0 20px 0;
text-transform: uppercase;
`letter-spacing: -2px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
word-wrap: break-word;
}
#site-title a {
color: #222;
border-bottom: none;
}
Thank you!!
Ps. I am going to subscribe to DevPress’ support because I want to support the developer of Origin (great theme!), but have to wait until some money comes in and I need to fix the title now.
- The topic ‘Remove line break in titile’ is closed to new replies.