Title: Table customization&#8230;
Last modified: August 22, 2016

---

# Table customization…

 *  Resolved [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/)
 * Hi,
 * I have already read some topics but did not get what I want.
 * Trying to change
    -bullet points to a picture (I want to have it as an option
   by the tiniMCE intead of putting it each time for it row) -background colors.
   some rows has colors changed but otrders not. I donot get why if the inout is
   the same. Where can I change them? At the backend it looks like to change as 
   I want but at the frontend it is not.
 * Thanks!!

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/table-customization/?output_format=md) [1](https://wordpress.org/support/topic/table-customization/?output_format=md)
2

 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833890)
 * ok. I donot want the need to use html later on because I am going to give the
   admin to another person (This person can not deal with html…)
 * let’s see if I understood it…
 * it is just a matter of writing it this way:
 * `<div class="row-fluid"><!--outside --> <div class="span4"><!--1 column -->`
 * for the first line from each “block” . justv delete the space between the two
   lines
 * Is it correct?`
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833891)
 * I did it in the meantine…
 * only for the first line for each “block”
 * It looks like now it is ok!!!!
 * Many thanks!
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833892)
 * Basically don’t go on a new line after a `<div class="row-fluid">`
    So, `<div
   class="row-fluid"><!--outside --><div class="span4"> <!--1 column --><div class
   ="row-fluid"><div class="span12"> Inhound </div>` for example..
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833893)
 * ok… whatever a “row fluid” line is dont let space/lines in between…
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833894)
 * I get the first column from the first en fourth “block” not aligned in a full
   screen…. 🙁
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833897)
 * The first block is the one with the image?
    Is aligned, but you have alignright
   in the image use aligncenter. For the other misalignments is always about an 
   unwanted <p> tag. So also after <div class=”span4″> (third column of what I call
   the second row, the first row for me is the one with the image) you have:
 *     ```
       <div class="span4">
       <p><!--3 column --></p>
       <div class="row-fluid">
       ```
   
 * remove the new lines.
    Anyway it’s just about inspecting the page and see where
   there are unwanted <p>, then going back to edit the page and remove newlines
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833898)
 * ok. It looks line everything I need to change /delete one p code I need to check
   the other lines…
    it looks like they all come back to scare me :-))))
 * I will do it later. now i need to go.
 * Thanks a lot
 * I will let you know when it is done..
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833899)
 * > The first block is the one with the image?
 * No. the image line plus the blue and the text underneath…
 * It was/is the blue line that is/was not alined…
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833901)
 * is that a change to make it true with css? just thinking out loud.
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833976)
 * Hi [@d4z_c0nf](https://wordpress.org/support/users/d4z_c0nf/),
 * Many thanks. columns are so much better. And with your tips I have managed to
   get them the way I thought.
 * For the table (color issue) I was also able to change. I first changed row color
   but it didnot showed up at the frontend. Then I changed each column title field
   to show the color and it worked.
 * If you have a chance to look it…
 * [table](http://proexample.h4-business-support.com/en/1254-2/)
 * [column](http://proexample.h4-business-support.com/nl/1258-2/)
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833977)
 * Hi [@wph4](https://wordpress.org/support/users/wph4/)
    mission accomplished? 
   😀 Yeah both are fine 😀 Now you can chose, columns are responsive so they’re
   better on small devices. Nice work 😉
 *  Thread Starter [wph4](https://wordpress.org/support/users/wph4/)
 * (@wph4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833978)
 * Yes, mission accomplished about the tables and colums.
    I have learned quite 
   a lot about them. You are right columns it will be!
 * Thanks so much!!!
 * Now I just go on and check what else I can change myself. But I think you are
   going to hear from me soon 😉
 * I will change this topic to resolved, because it is!!! :-))

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/table-customization/?output_format=md) [1](https://wordpress.org/support/topic/table-customization/?output_format=md)
2

The topic ‘Table customization…’ is closed to new replies.

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

 * 27 replies
 * 2 participants
 * Last reply from: [wph4](https://wordpress.org/support/users/wph4/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/table-customization/page/2/#post-5833978)
 * Status: resolved