[Theme: The Bootstrap] Create 2 Columns on Category/archive pages
-
Hi, Im trying to get two columns on my category and archives pages.
I have reduced the width of the looped content to span4 and created a div class called .arch with a float left property
<div class="span4 arch"> <?php while ( have_posts() ) { the_post(); get_template_part( '/partials/content-archives', get_post_format() ); } the_bootstrap_content_nav(); else : get_template_part( '/partials/content', 'not-found' ); endif; tha_content_bottom(); ?> </div><!-- .arch -->
This doesn’t work. Is it possible to make two columns with this theme?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Theme: The Bootstrap] Create 2 Columns on Category/archive pages’ is closed to new replies.