I have it local now. How can i show it to you? Thanks
Verstuurd vanaf mijn iPhone Op 28 jun. 2013 om 16:12 heeft "Jeff Conklin" <[email protected]> het volgende geschreven: > Without seeing the final HTML output I could not tell you. Either $columns is > not 9, or you have some weird padding / margins within either your section or > your aside. > > > > > > - J e f f C o n k l i n - > - http://www.getoutsidenj.com > - http://twitter.com/GetOutsideNJ > - http://www.carabs.com > > > On Fri, Jun 28, 2013 at 7:44 AM, Mees Frenkel Frank > <[email protected]> wrote: >> Do you have a suggestion why my sidebar <span3> is not aligning to the main >> content <span9>. See my screenshot. >> >> I have no idea why this is happening?? Thanks!! >> >> Here is my code from page.tpl: >> >> <div class="main-container container"> >> >> <header role="banner" id="page-header"> >> <?php if (!empty($site_slogan)): ?> >> <p class="lead"><?php print $site_slogan; ?></p> >> <?php endif; ?> >> >> <?php print render($page['header']); ?> >> </header> <!-- /#header --> >> >> <div class="row-fluid"> >> >> <section class="<?php print _bootstrap_content_span($columns); ?>"> >> <?php if (!empty($page['highlighted'])): ?> >> <div class="highlighted hero-unit"><?php print >> render($page['highlighted']); ?></div> >> <?php endif; ?> >> <?php if (!empty($breadcrumb)): print $breadcrumb; endif;?> >> <a id="main-content"></a> >> <?php print render($title_prefix); ?> >> <?php if (!empty($title)): ?> >> <h1 class="page-header"><?php print $title; ?></h1> >> <?php endif; ?> >> <?php print render($title_suffix); ?> >> <?php print $messages; ?> >> <?php if (!empty($tabs)): ?> >> <?php print render($tabs); ?> >> <?php endif; ?> >> <?php if (!empty($page['help'])): ?> >> <div class="well"><?php print render($page['help']); ?></div> >> <?php endif; ?> >> <?php if (!empty($action_links)): ?> >> <ul class="action-links"><?php print render($action_links); ?></ul> >> <?php endif; ?> >> <?php print render($page['content']); ?> >> </section> >> >> <?php if (!empty($page['sidebar_second'])): ?> >> <aside class="span3" role="complementary"> >> <?php print render($page['sidebar_second']); ?> >> </aside> <!-- /#sidebar-second --> >> <?php endif; ?> >> >> </div> >> </div> >> >> >> >> >> >> >> Op donderdag 27 juni 2013 13:54:08 UTC+2 schreef Mees Frenkel Frank het >> volgende: >>> Hi, >>> >>> how do i achieve this? (see attachment for a good example). >>> >>> I am getting problems from the third image... >>> >>> Thanks a lot. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "twitter-bootstrap" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "twitter-bootstrap" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/twitter-bootstrap/Td1yTwiC_LU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
