Title: Align Table Left
Last modified: February 13, 2020

---

# Align Table Left

 *  [cartonbuiltmodels](https://wordpress.org/support/users/cartonbuiltmodels/)
 * (@cartonbuiltmodels)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/)
 * I want the table in the page with which I need help to align to the left.
 * This is what the page looks like in the dashboard. It properly aligns. [page in dashboard](https://masterpage.com.pl/pierogi-page-in-dashboard.png)
 * But when it is published it does not align left. It looks like The page with 
   which I need help is [https://www.polandsbest.com/pierogi/](https://www.polandsbest.com/pierogi/)
 * This is the code used to add the table. What changes must I make to get it to
   properly align when the page is published?
 * <table class=”alignleft” width=”150px” border=”3″>
    <tbody> <tr> <td align=”center”
   >**<span style=”color: #ff0000;”>Pierogi Maker On Amazon (prime)</span>**
 * [Click Here](https://www.amazon.com/PierogiKingTM-Pierogi-Maker-Dumpling-Mold/dp/B00BBRYBC4/ref=sr_1_3?m=A239AM8J15M3L8&marketplaceID=ATVPDKIKX0DER&qid=1581500851&redirect=true&s=merchant-items&sr=1-3)
   
   </td> </tr> <tr> <td align=”center”>**<span style=”color: #ff0000;”>Pierogi Cookbook
   On Amazon Kindel</span>**
 * [Click Here](https://www.amazon.com/Homemade-Pierogi-Authentic-Polish-Recipies-ebook/dp/B00BIZ4MGO/ref=sr_1_1?keywords=ASIN%3A+B00BIZ4MGO&qid=1581501114&sr=8-1)
 *  </td>
    </tr> <tr> <td align=”center”>**<span style=”color: #ff0000;”>Pierogi
   Forms And More For European And Worldwide Shipping</span>**
 * [Click Here](https://store.polandsbest.com/collections/kitchen)
 *  </td>
    </tr> <tr> <td align=”center”>**<span style=”color: #ff0000;”>Pierogi
   Maker on EBAY UK.</span>**
 * [Click Here](https://www.ebay.co.uk/itm/Pierogi-Maker-Makes-Polish-Pierogis-Dumplings-Ravioli-Won-Tons-Fried-Dumplings/273793245439?hash=item3fbf5960ff:g:EUwAAOSwHUlbojYE)
 *  </td>
    </tr> <tr> <td align=”center”>**<span style=”color: #ff0000;”>Pierogi
   Fillings Cookbook</span>**
 * [Click Here](https://store.polandsbest.com/collections/books/products/pierogi-fillings-cookbook)
 *  </td>
    </tr> </tbody> </table>
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-table-left%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Shreejana-ThemeGrill Support](https://wordpress.org/support/users/shreejanakc/)
 * (@shreejanakc)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/#post-12434928)
 * Hello, [@cartonbuiltmodels](https://wordpress.org/support/users/cartonbuiltmodels/),
 * The width of the table you set is overridden. From your dashboard, Go to **Appearance
   > Customize > Additional CSS** and add below CSS:
 *     ```
       .post-817 table{
           width:200px;
       }
       ```
   
 * Hope this helps you.
 * Thanks.
 *  Thread Starter [cartonbuiltmodels](https://wordpress.org/support/users/cartonbuiltmodels/)
 * (@cartonbuiltmodels)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/#post-12435454)
 * Thank you for the prompt response.
    That code appears to work for only that page.
 * How do I align the table left for multiple pages. Not all pages because I want
   tables to act normally in some?
 * Thank you for the time.
 *  Thread Starter [cartonbuiltmodels](https://wordpress.org/support/users/cartonbuiltmodels/)
 * (@cartonbuiltmodels)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/#post-12436050)
 * I tried adding this code
 * .post-3348 table{
    width:200px; } .post-817 table{ width:200px;}
 * post 3348 is a child page. With the code added the table does not align like 
   post 817.
 *  Thread Starter [cartonbuiltmodels](https://wordpress.org/support/users/cartonbuiltmodels/)
 * (@cartonbuiltmodels)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/#post-12436131)
 * In my last message I found an error. I thought the & sign in the post number 
   was an 8. It works now.
 * Will I have to make a separate entry for each post or is there some way I can
   make a special class of tables that will align to the left?
 *  [Shreejana-ThemeGrill Support](https://wordpress.org/support/users/shreejanakc/)
 * (@shreejanakc)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/#post-12443811)
 * Hello, [@cartonbuiltmodels](https://wordpress.org/support/users/cartonbuiltmodels/),
 * While going through your site, I found that table on that particular page only,
   so I have given the above CSS accordingly.
 * Remove the above CSS and please add below CSS instead:
 *     ```
       table{
           width:200px;
       }
       ```
   
 * The above CSS will affect all the pages.
 * Please let us know if you need any help.
 * Thanks.

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

The topic ‘Align Table Left’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zakra/4.2.0/screenshot.jpg)
 * Zakra
 * [Support Threads](https://wordpress.org/support/theme/zakra/)
 * [Active Topics](https://wordpress.org/support/theme/zakra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zakra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zakra/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Shreejana-ThemeGrill Support](https://wordpress.org/support/users/shreejanakc/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/align-table-left/#post-12443811)
 * Status: not resolved