Title: Blockquote Help
Last modified: August 22, 2016

---

# Blockquote Help

 *  [Liz](https://wordpress.org/support/users/elc95736/)
 * (@elc95736)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/blockquote-help-3/)
 * This is my [site](http://doehrmann.com/wordpress/press/).
 * I’m trying to get the quote in the “Video” portion to be a stand alone block 
   quote beside the video. I’ve tried a few things, but it isn’t seeming to work.
   I put
 *  around it and then tried to edit the design in my Custom CSS but no luck.
 * Any ideas? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Liz](https://wordpress.org/support/users/elc95736/)
 * (@elc95736)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/blockquote-help-3/#post-5180343)
 * oops `<blockquote> </blockquote>` is what I meant to put there
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/blockquote-help-3/#post-5180454)
 * You need to use the underlying bootstrap grid. See some examples here: [http://www.themesandco.com/snippet/customizr-layout-examples/](http://www.themesandco.com/snippet/customizr-layout-examples/)
 *  Thread Starter [Liz](https://wordpress.org/support/users/elc95736/)
 * (@elc95736)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/blockquote-help-3/#post-5180502)
 * I guess I’m still not sure how to do it.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/blockquote-help-3/#post-5180508)
 * Trial and error, is what I found.
 * Try the following in your page’s html:
 *     ```
       <div class="row-fluid">
   
           <div class="span6">
               ADD YOUR VIDEO HTML HERE
           </div>
   
           <div class="span6">
               ADD YOUR BLOCKQUOTE HTML HERE
           </div>
   
       </div><!-- .row-fluid -->
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Blockquote Help’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [blockquote](https://wordpress.org/support/topic-tag/blockquote/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 2 participants
 * Last reply from: [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/blockquote-help-3/#post-5180508)
 * Status: not resolved