CSS to Stop the Wrapping of Featured Post Title
-
The featured post titles are wrapping onto the next line, even though there appears to be enough character space for another word on the first line of the title. (for example – see post titles ‘Lillie and Her Favourite Toy’ or ‘Napping in Strange Places’)
Would anyone know the CSS code for changing this in the Twenty Eleven theme? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi, something like this should do it:
.featured-posts .entry-title { padding-right: 0; } -
Thats for that.
It appears to have worked but then what was the original padding set at?
-
-
-
Hi,
I’m using CSS customization with the option “Preprocessor” set to SASS and my CSS starts with the lines:$radius: 10pt; .my-rounded { border-radius: $radius; }The resulting CSS doesn’t get compiled, as it contains the exact same lines declared in my original CSS/SASS, with the variable, etc..
Setting the Preprocessor to LESS, and changing the syntax obviously, doesn’t resolve the issue.
Am I missing something?
Thank you! -
Sorry I do not understand. Are you talking about the question I asked or something else about my site as I do not know what ‘preprocessor’ is?
-
-
- The topic ‘CSS to Stop the Wrapping of Featured Post Title’ is closed to new replies.