Title: Columns (with Shortcode) problems
Last modified: August 22, 2016

---

# Columns (with Shortcode) problems

 *  [tentpeg](https://wordpress.org/support/users/tentpeg/)
 * (@tentpeg)
 * [11 years ago](https://wordpress.org/support/topic/columns-with-shortcode-problems/)
 * This is a very cool theme, guys. Thanks! I’m using your shortcode for columns
   but having a few issues:
 * 1. The columns aren’t centered – seem to be nudged towards the left of the page.
   
   2. The columns/content don’t adjust with resizing the page on the browser (Firefox),
   instead they almost immediately stack vertically instead. (Return to horizontal
   when resizing to full page width.)
 * Have searched everywhere for options or alternative coding but stumped, so if
   anyone has a solution would be very grateful!
 * Thanks!

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years ago](https://wordpress.org/support/topic/columns-with-shortcode-problems/#post-5932943)
 * Hey,
    1. Are you using a fullwidth page template? 2. The columns should stay 
   till 992px (tablet mode in bootstrap).
 * If you want to edit that you can with css. Can you post a link?
 * Kadence Themes
 *  Thread Starter [tentpeg](https://wordpress.org/support/users/tentpeg/)
 * (@tentpeg)
 * [11 years ago](https://wordpress.org/support/topic/columns-with-shortcode-problems/#post-5932989)
 * Wow, that was fast! ;-))
 * 1. Yup, fullwidth. (Just checked.)
    2. Maybe they are, not sure what px they 
   disappear at. Link here [OhOmMusic.com](http://ohommusic.com)
 * re:CSS Might I impose and ask what code where? (i.e. Edit a file or enter in 
   the theme Advanced Settings) And any serious implications if I make the change?
 * And again, that is incredible turn-around time on my post. Kudos and thanks!
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years ago](https://wordpress.org/support/topic/columns-with-shortcode-problems/#post-5933001)
 * Hey,
    So I took a look at your site. You have the Text “Songs, videos and contact”
   all aligned left. The left side of the column would make it look like they are
   slightly left since the text doesn’t fill the width of your column. I suggest
   you just center align your text.
 * as for the css to make the columns only switch on mobile. You can add this in
   your theme options > advanced settings. You don’t need to edit any files.
 *     ```
       @media (min-width: 768px) {
       .homecontent .col-md-4 {
           width: 33.33%;
           float: left;
       }
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [tentpeg](https://wordpress.org/support/users/tentpeg/)
 * (@tentpeg)
 * [11 years ago](https://wordpress.org/support/topic/columns-with-shortcode-problems/#post-5933061)
 * Duh! Can’t believe I missed that. (Too much code, too many sites, too little 
   time ;-)) Sorry for the trouble. And thanks again.

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

The topic ‘Columns (with Shortcode) problems’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [tentpeg](https://wordpress.org/support/users/tentpeg/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/columns-with-shortcode-problems/#post-5933061)
 * Status: not resolved