Title: Bullets not aligned Properly
Last modified: September 19, 2019

---

# Bullets not aligned Properly

 *  Resolved [wordpressnew1](https://wordpress.org/support/users/wordpressnew1/)
 * (@wordpressnew1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/)
 * Hi Tobias,
 * I’m looking for some help please! I’ve detailed the issues below:
 * 1. On this page: _[ redundant link removed ]_ on the first table column 4 – the
   bullets don’t align on the same line down all the rows. Is there a way just for
   this column where we can algin the bullets vertically so it looks nicer.
 * 2. Column 3 looks a bit squashed, I want to make it slightly wider to fit the
   text, is there a way to make this column wider without impacting colum 4?
 * Lastly, I have row stacks on mobile which look quite nice so I don’t want these
   to look analigned when making the changes for 1 and 2 if that makes sense!
 * Thanks in advance!
 * Bobby
    -  This topic was modified 6 years, 7 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbullets-not-aligned-properly%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11947707)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * 1. The reason for this is the horizontal centering in this column. You should
   turn that off with
 *     ```
       .tablepress-id-39 .column-4 {
         text-align: left;
       }
       ```
   
 * 2. You could try increasing the width of that column:
 *     ```
       .tablepress-id-39 .column-3 {
         width: 300px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [wordpressnew1](https://wordpress.org/support/users/wordpressnew1/)
 * (@wordpressnew1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11948316)
 * Hi Tobias,
 * Thanks for that, the only issue now is that on mobile when the table is viewed
   as stacks of rows in boxes they’re not aigned. any way around this?
 * Cheers,
    Bobby
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11950061)
 * Hi,
 * I’m not sure what you mean, and I can’t check anymore as your link now redirects
   me to another site?
 * Regards,
    Tobias
 *  Thread Starter [wordpressnew1](https://wordpress.org/support/users/wordpressnew1/)
 * (@wordpressnew1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11950360)
 * Hi Tobias,
 * Sorry here is the new link: [https://mycasinobonuses.co.uk/best/](https://mycasinobonuses.co.uk/best/)
 * If you check the table on mobile – column 3 and 4 are now slanted to the left
   hand side, so no longer in the middle. Is there a way to fix this?
 * Many thanks,
    Bobby
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11950417)
 * Hi,
 * ok, please try wrapping those commands in CSS3 Media Query:
 *     ```
       @media screen and (min-width: 769px) {
         .tablepress-id-39 .column-4 {
           text-align: left;
         }
         .tablepress-id-39 .column-3 {
           width: 300px;
         }
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [wordpressnew1](https://wordpress.org/support/users/wordpressnew1/)
 * (@wordpressnew1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11950452)
 * Thanks Tobias! That worked!
 * Lastly do you know how I can change the colour of the header and font colour 
   of the header?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11952119)
 * Hi,
 * for CSS for that please see [https://tablepress.org/faq/change-background-color-table-head-row/](https://tablepress.org/faq/change-background-color-table-head-row/)
 * Just use the `background-color` and the `color` CSS properties.
 * Regards,
    Tobias

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

The topic ‘Bullets not aligned Properly’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/bullets-not-aligned-properly/#post-11952119)
 * Status: resolved