• Resolved wph4

    (@wph4)


    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)
  • Thread Starter wph4

    (@wph4)

    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

    (@wph4)

    I did it in the meantine…

    only for the first line for each “block”

    It looks like now it is ok!!!!

    Many thanks!

    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

    (@wph4)

    ok… whatever a “row fluid” line is dont let space/lines in between…

    Thread Starter wph4

    (@wph4)

    I get the first column from the first en fourth “block” not aligned in a full screen…. 🙁

    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

    (@wph4)

    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

    (@wph4)

    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

    (@wph4)

    is that a change to make it true with css? just thinking out loud.

    Thread Starter wph4

    (@wph4)

    Hi @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

    column

    Hi @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

    (@wph4)

    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)

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