• Resolved mrmlk

    (@mrmlk)


    Hi!
    I am having trouble to css style this. I tried everything. Every little thing that a found in this support forum and faq but nothing worked.

    Is very simple really, just align the text and give it some colour.

    <tr class="precio">
    <td>
    [gdoc key="mygoogledoc" use_cache="no" strip="1" query="select F" gid="972820529" class="no-datatables" style="border:none;"]
    </td>

    CSS:

    tr.precio {text-align:left!important; font-size: 20pt;color:#000000;}

    I think i am targeting it well, but only accepts some of the styling.
    it changes the font size but not the alignment nor the color

    could you point out what i’m missing here?
    should i modify my theme style to change this?

    thanks for your time

    https://www.ads-software.com/plugins/inline-google-spreadsheet-viewer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrmlk

    (@mrmlk)

    i have tried to target it in different ways, but the result is the same

    Thread Starter mrmlk

    (@mrmlk)

    oooo after one night i finnally got it

    <table class="prices">
    <tbody>
    <tr>
    <td>[gdoc key="mydoc" use_cache="no" strip="1" query="select D" gid="972820529" class="no-datatables" style="border:none;"]</td>
    table.prices tr,table.prices tr th,table.prices tr td {
    text-align: left;
    font-size: 15pt;
    background-color: #b62525;
    padding: 0px!important;
    margin:0px;
    color:black;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text align not working?’ is closed to new replies.