Entry Text Width

in
Subscribe to Entry Text Width 3 posts, 3 voices



Ricky Domingo User
FirefoxWindows

When the script is engaged the text of each entry has no maximum width, so that the text will wrap as wide as your screen will allow. Would it be possible to add an option to set the maximum width for the entry text? Or is there a custom bit of CSS that I could add to set it?

Thanks for the work you've done, Dustin!

 
DustinLuck Script's Author
FirefoxWindows

Add the following code to the Custom CSS field to return to the default Google width limitation:
#entries .entry-body,
.entry .entry-title {
max-width: 650px !important; }

 
Aaron_User User
FirefoxWindows

This is perfect, thanks!