View Single Post
Old 02-07-2013, 02:38 PM   #296
vlad59
Addict
vlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five words
 
Posts: 369
Karma: 37869
Join Date: Sep 2011
Device: Kobo eReader Touch, Kobo Aura HD
@Northguy

About your problem of book summary running outside the page. In addition to the CSS modification you already made, can you make this change to bookdetail.php and replace (near the end of the file) :

Code:
<div class="content" style="max-width:700px;"><?php echo $book->getComment (false) ?></div>
by :

Code:
<div class="content"><?php echo $book->getComment (false) ?></div>
I think that may be the problem.
vlad59 is offline   Reply With Quote