Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339234

    Hi.

    I found, maybe, a bug that is not allowing me to do something.
    When creating a 1/4 table (data table, not price table), I set 6 rows and 1 of them, the first one, I set it as Header row. As I want to center it, I write in the field the next: <center>TITLE</title>.
    So, when looking the webpage from the phone (not from a computer), you can see “<center>TITLE</title>” in top of every field of the table. Like this:

    <center>TITLE</center>
    ————————————
    <center>TITLE</center>
    This is the content of row 2
    ————————————
    <center>TITLE</center>
    This is the content of row 3
    ————————————
    <center>TITLE</center>
    This is an image
    ————————————
    <center>TITLE</center>
    This is a button

    In order to see it properly, you have to change the Header row to Standard row. Is there a problem with this?

    Thanks!

    #341005

    Hey!

    Try adding this code to the Quick CSS:

    .avia-table caption {
        text-align: center;
    }

    Cheers! 
    Josue

    #341121

    Thanks Josué, it worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header row not working properly’ is closed to new replies.