I have noticed that authors with long usernames, create a link break when it displays who posted. eg) by (line break) longusername. Can I change a setting so that the username does not wrap around and move down onto the next line on the excerpt and the post.
by author name issue
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
add following code to style.css:
.entry-head .author{ width: 120px; }You can use any value you like for width (.ie. 150px, etc.)
Posted 2 years ago # -
thank you ... very quick and helpful as always and its Saturday!
On the newscast theme the code is ....
.entry-head span{
width:100px;
padding-left:26px;
float: left;
display: block;
}So I changed the width from 90px to 100px
Just in case this is helpful to others
Cheers
Posted 2 years ago # -
Glad that you found a solution. Just a side note - your solution changes the size of ALL head spans - so the date, etc. span width increases too.
Posted 2 years ago #
Reply
You must log in to post.














