Hi all
I'm setting the Google calendar <iframe> to 90% works good on iphone, until an event title exceeds the calendar width which forces the calendar to expand past the 90% mark, breaking design and causing much difficulty for vertical scrolling.
Does anybody know how to stop the calendar expanding and wrap the text or at least hide it?
The main details for each entry wrap ok, its just the title causing the issue.
HTML Code:<div class="map_dim"> <iframe src="https://www.google.com/calendar/embed..."></iframe> </div>Code CSS:div.map_dim iframe { width: 90%; height: 400px; overflow: auto }
Sorry no link at present still working locally.
Any assistance much appreciated, tried everything.
Barry



Reply With Quote

Bookmarks