Title: Layout Problem
Last modified: October 2, 2018

---

# Layout Problem

 *  [tiffannyk](https://wordpress.org/support/users/tiffannyk/)
 * (@tiffannyk)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/layout-problem-39/)
 * I checked the page that I use your plugin and it is half weird.
 * Content is squeezed on the left. I saw that there are other threads about the
   same problem, but their solution was not very helpful to me.
 * Would you help me?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flayout-problem-39%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/layout-problem-39/#post-10754124)
 * I expect that your lists are short and so do not span multiple columns. The plugin
   is geared to display in a columnar format by default, so on short lists they 
   will be on the left-hand side and potentially taking multiple lines per title
   rather than allowing the title to fill the empty space.
 * If you want to use a single-column layout that will allow the titles more room
   before they drop to two or more lines you can copy the file at `wp-content/plugins/
   a-z-listing/templates/a-z-listing.example.php` into your theme renaming it to`
   a-z-listing.php`. This will be enough to remove the column-layout and so the 
   titles will have more space to breathe.
 *  [biodagar](https://wordpress.org/support/users/biodagar/)
 * (@biodagar)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/layout-problem-39/#post-10861965)
 * Hi, I also have this issue (see [this page](https://biodagar.com/index/) – scroll
   down).
    When you say “copy the file into your theme”, where do you mean to put
   it? In the parent folder of the plugin? In the theme folders? Copying the file
   into the parent folder of the plugin broke my site and I had to remove and reinstall
   the plugin.
 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/layout-problem-39/#post-10871942)
 * [@biodagar](https://wordpress.org/support/users/biodagar/), your site isn’t loading
   the required stylesheet. It doesn’t even try. Have you disabled it or otherwise
   configured your site to omit some CSS in an optimisation plugin or your Litespeed
   server configuration? You could try clearing all your site caches to see if that
   fixes it.
 * If you can’t fix it any other way, you can forcibly load the CSS on _every page_
   instead of relying on the automatic detection of the shortcode by adding the 
   following PHP code to your `functions.php` file.
 *     ```
       add_action( 'init', 'a_z_listing_force_enable_styles', 99 );
       ```
   

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

The topic ‘Layout Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/layout-problem-39/#post-10871942)
 * Status: not resolved