Note that there are some explanatory texts on larger screens.

plurals
  1. POBootstrap Sidebar Theme
    primarykey
    data
    text
    <p>I want to make a Bootstrap Theme with the Menu on the left sidebar. The problem is that I can't fix the content after the sidebar menu. Here's a screenshot:</p> <p><img src="https://i.stack.imgur.com/Xu7PX.png" alt="screenshot">.</p> <p>The content is placed into a row, in 4 span3 divs. How can I make this content to move right next to the sidebar nav?</p> <pre><code>&lt;?php if ( !defined('ABSPATH')) exit; get_header(); ?&gt; &lt;?php if(is_front_page()): ?&gt; &lt;div class="row wpeden-bs-services"&gt; &lt;?php for($i=1;$i&lt;=4;$i++){ ?&gt; &lt;div class="span3"&gt; &lt;?php $tpid = (int)bleed_get_theme_opts('home_featured_page_'.$i); $intropage=get_page($tpid); $introcontent = strip_tags(strip_shortcodes($intropage-&gt;post_content),"p,br"); if (preg_match('/^.{1,80}\b/s', $introcontent, $match)) $introcontent = $match[0]; else $introcontent = substr($introcontent,0,80); ?&gt; &lt;div class="about well"&gt; &lt;a href="&lt;?php echo get_permalink($intropage-&gt;ID); ?&gt;"&gt;&lt;?php bleed_thumb($intropage,array(500,300), array('class'=&gt;'img')); ?&gt;&lt;/a&gt; &lt;div class="entry-content"&gt; &lt;h2&gt;&lt;?php echo $intropage-&gt;post_title; ?&gt;&lt;/h2&gt; &lt;p&gt;&lt;?php echo $introcontent; ?&gt;&lt;/p&gt; &lt;/div&gt; &lt;a href="&lt;?php echo get_permalink($intropage-&gt;ID); ?&gt;" class="btn &lt;?php echo bleed_get_theme_opts('button_style','btn-info'); ?&gt; btn-block"&gt;View details&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;?php } ?&gt; &lt;!-- /.span4 --&gt; &lt;?php get_template_part('homepage','category'); ?&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;/div&gt;&lt;!-- /.span4 --&gt; &lt;?php endif; ?&gt; &lt;?php get_footer(); ?&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload