Closed (fixed)
Project:
Availability Calendars
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Jun 2009 at 15:52 UTC
Updated:
2 Jun 2010 at 21:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
nicholas.alipaz commentedComment #2
dvasquez commentedTry creating your self block, may be this way:
Comment #3
dvasquez commentedThis is the code for you?
Comment #4
dvasquez commentedComment #6
markconroy commentedI have used this code, but the content of the block is not showing inside the block. By this I mean, the block title shows properly, but the block background is showing just below the title and then the calendar is showing below that.
What do I need to do to get the calendar to show inside the block?
Thanks in advance.
Comment #7
nicholas.alipaz commentedit sounds to me like a css issue between your theme and the block's styling. This won't get "fixed" in this module but it looks as though you will need to add some css to your theme to fix it. It is probably related to a float left that you don't need in your block.
The solution would likely look something like:
#BLOCK-ID .my-calendar{float:none;}Without seeing your site there is not really much we can do to help, other than guess.
--
Los Angeles Web Design and development for Drupal.
Comment #8
markconroy commentedThanks for the reply. The site is presently at:
grennan.adesignforlife.net
Thanks again in advance.
Comment #9
nicholas.alipaz commentedYou will need this in your theme's stylesheet or another stylesheet somewhere:
Good luck.
--
Los Angeles Web Design and development for Drupal.
Comment #10
markconroy commentedThanks for that; you've been most helpful. Thanks.