Title: Column Issues&#8230;.
Last modified: August 21, 2016

---

# Column Issues….

 *  [adekenney](https://wordpress.org/support/users/adekenney/)
 * (@adekenney)
 * [12 years ago](https://wordpress.org/support/topic/column-issues/)
 * I have just installed thus plug-in and started off by simply adding two pictures,
   like this :
 * [one_half]<img src=”[http://www.nal.pm/wp-content/images/CASE-STUDIES.jpg&#8221](http://www.nal.pm/wp-content/images/CASE-STUDIES.jpg&#8221);
   alt=”” />[/one_half][one_half_last]<img src=”[http://www.nal.pm/wp-content/images/CASE-STUDIES.jpg&#8221](http://www.nal.pm/wp-content/images/CASE-STUDIES.jpg&#8221);
   alt=”” />[/one_half_last]
 * However, the Pictures (“Case Studies”) appear on top of each other :
 * [http://www.nal.pm/column-test/](http://www.nal.pm/column-test/)
 * I had a similer issue when I tried [one_third][/one_third] too. The third image
   appeared under the first image.
    I have read other posts here and other people
   have had the same issue but no-one has posted an answer!! Cananyone help? Thanks!
 * [https://wordpress.org/plugins/column-shortcodes/](https://wordpress.org/plugins/column-shortcodes/)

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

 *  Thread Starter [adekenney](https://wordpress.org/support/users/adekenney/)
 * (@adekenney)
 * [12 years ago](https://wordpress.org/support/topic/column-issues/#post-4974086)
 * Ignore the link I posted above – I have uninstalled the Plugin. Would still love
   an answer if anyone has any ideas! Thanks!
 *  [V. Petrov](https://wordpress.org/support/users/v-petrov/)
 * (@v-petrov)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-issues/#post-4974432)
 * Hey there,
 * I also just installed the plug-in and had the same problem with the third column
   appearing under the first, apparently “pushed” down due to width issues. I also
   noticed quite a few people asking about this, with no apparent solution, even
   in closed threads.
 * So here’s what I did, and it worked: I took the CSS of the plugin from the FAQ
   section, inserted it in my child-theme’s CSS and changed:
 * .one_third {
    width: 32% !important; margin-right: 2% !important; } .one_third.
   last_column { width: 32% !important; margin-right: 0px !important; }
 * to this:
 * .one_third {
    width: 32% !important; margin-right: 1% !important; } .one_third.
   last_column { width: 32% !important; margin-right: 1% !important; }
 * As you can see, I have a spare 1% of width I’m not using (they all add up to 
   99%), but I don’t consider it a problem. Also tried 319px + 1px widths (instead
   of %) and it worked as well, as long as the sum fits in the usual 960px.
 * With other column settings, just change the widths accordingly, it should work
   as well.
 *  [ELaux](https://wordpress.org/support/users/elaux/)
 * (@elaux)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-issues/#post-4974435)
 * Thanks for posting this workaround V. Petrov!
    Your code works great for my site
   on the desktop, but when I view it on mobile – it looks much smaller than all
   of the other columns.
 * Does anyone have any suggestions for a mobile fix?
 * my url: [http://arizonaleadership.org](http://arizonaleadership.org)
 * Thank you!
 * Ellen
 *  [ELaux](https://wordpress.org/support/users/elaux/)
 * (@elaux)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-issues/#post-4974436)
 * I ended up moving the exact same code V.Petrov provided:
 * > .one_third {
   >  width: 32% !important; margin-right: 1% !important; } .one_third.
   > last_column { width: 32% !important; margin-right: 1% !important; }
 * to the plugin stylesheet & it fixed my responsive issue.
 * Thanks again V. Petrov for following up with this problem!
 *  [V. Petrov](https://wordpress.org/support/users/v-petrov/)
 * (@v-petrov)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-issues/#post-4974438)
 * I’m glad I could help, Ellen!
 * Beautiful site, btw! : )

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

The topic ‘Column Issues….’ is closed to new replies.

 * ![](https://ps.w.org/column-shortcodes/assets/icon-256x256.png?rev=1679769)
 * [Column Shortcodes](https://wordpress.org/plugins/column-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/column-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/column-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/column-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/column-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/column-shortcodes/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [V. Petrov](https://wordpress.org/support/users/v-petrov/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/column-issues/#post-4974438)
 * Status: not resolved