I would like to enquire as to whether you might be able to point me in the
right direction ...
I am trying to use the free Drupal Skeleton theme but the background for
"Featured Left & Right Block" is absent on my page.
In my view the whole theme is devalued without these block region appearing
as per the demo.

See attachment pls.

Or am I missing a massive chunk of Drupal insider knowledge?

(Using latest Drupal 7.21 on an unknown webserver)

CommentFileSizeAuthor
Capture.JPG78.45 KBhgiertler
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hgiertler’s picture

I am posting code from around my "Featured" section:

------------------------------------------------------


 </div>
        </div><!-- /#sidebar-first -->
                
        <div class="clear"></div>
        
                <!-- #featured -->
        <div id="featured" class="sixteen columns clearfix">
            
                        <div class="one_half">
              <div class="region region-featured-left">
    <div id="block-block-2" class="block block-block contextual-links-region">

    <h2>Opening Hours</h2>
  <div class="contextual-links-wrapper"><ul class="contextual-links"><li class="block-configure first last"><a href="/admin/structure/block/manage/block/2/configure?destination=node">Configure block</a></li>
</ul></div>
  <div class="content">
    <p>Our business hours are:<br />
Mon-Fri 8:30am - 6pm<br />
Sat 9am - 4pm</p>
  </div>
</div>
  </div>
            </div>
            
            <div class="one_half last">
              <div class="region region-featured-right">
    <div id="block-block-3" class="block block-block contextual-links-region">

    <h2>Melbourne&#039;s Bayside area and Peninsula</h2>
  <div class="contextual-links-wrapper"><ul class="contextual-links"><li class="block-configure first last"><a href="/admin/structure/block/manage/block/3/configure?destination=node">Configure block</a></li>
</ul></div>
  <div class="content">
    <p>Frankston, Carrum Downs, Seaford, Langwarrin,<br />
Mordialloc, Aspendale, Cranbourne, Dandenong</p>
  </div>
</div>
  </div>
            </div>
                        
        </div><!-- /#featured -->
                
        <div class="clear"></div>

gtsopour’s picture

Assigned: Unassigned » gtsopour
Category: bug » support
Issue tags: +Skeleton theme, +Skeleton, +Responsive Skeleton theme, +Responsive Drupal theme, +Skeleton Drupal theme

Hello hgiertler,
you should include your block content inside a div with the class "cta":

<div class="cta clearfix">
</div>

Thanks
George

gtsopour’s picture

Issue summary: View changes

Added Drupal version