Plugin Author
Baden
(@baden03)
Are you using carbonite or carbonlite? Do you have weeks omitted? It would be much easier to help if you could send a link to your pagej.
Plugin Author
Baden
(@baden03)
Ah, you said Carbonlite and include weeks… sorry. Normall you will need to remove a clear: left and change the font size… or edit the image to be wider. How confortable are you with CSS?
Edit: Wait a minute… in Carbonlite, weeks ARE inline with the rest:
http://spacedonkey.de/
Thread Starter
TSomm
(@tsomm)
Sorry about that, I meant carbonite, not carbonLite.
Here’s a link to the page: http://democracywatch.ca/campaigns/stop-election-fraud-robocalls-and-strengthen-enforcement/
I’m fairly comfortable with CSS, though far from an expert.
Thread Starter
TSomm
(@tsomm)
I think I’ll just switch it over to cabonlite, they look virtually identical. But perhaps you could post the CSS code for others/if I’m asked to change it back please?
Thanks!
Plugin Author
Baden
(@baden03)
To prevent the days from being displayed on the next line in carbonite, add the following to your theme’s style.css:
.carbonite-days_dash
clear: none !important;
}
Bam.