Tagged: 

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

    Hi,

    I have a “code block” with a CSS/HTML table in it on a Blog page. For some reason it does not inherit the font set in Enfold. I have a similar “code block” setup on a regular page with the same CSS/HTML code format and the font is correct. Why is it different on the Blog page?

    
    <style type="text/css">
        table {width:100%; margin-left:auto; margin-right:auto; font-family: inherit;}
        th {color: black; border: 1px solid #D3D3D3 !important; text-align: center; padding: 5px; width: 25%; background-color: #d3d3d3;}
        td {color: white; border: 1px solid #808080 !important; text-align: center; padding: 5px; width: 25%;}
    </style>
    
    <div style="text-align: center; width: 100%; overflow: auto; overflow-y: hidden;">
        <table style="text-align: center;">
                <tr>
                    <th>Manufactured</th>
                    <th>Delivered</th>
                    <th>Hours</th>
                    <th>Cycles</th>
                </tr>
                <tr>
                    <td>Apr 14, 2009</td>
                    <td>Sep 24, 2009</td>
                    <td>3827 Hrs *</td>
                    <td>1594 Cyc*</td>
                </tr>
        </table>
    </div>
    
    <div style="text-align: center; width: 100%; overflow: auto; overflow-y: hidden;">
        <table style="text-align: center;">
                <tr>
                    <th>Engine</th>
                    <th>Make / Model</th>
                    <th>Hours</th>
                    <th>Cycles</th>
                </tr>
                <tr>
                    <td>1</td>
                    <td>Rolls-Royce TAY611-8C</td>
                    <td>3827 Hrs *</td>
                    <td>1594 Cyc*</td>
                </tr>
                <tr>
                    <td>2</td>
                    <td>Rolls-Royce TAY611-8C</td>
                    <td>3827 Hrs *</td>
                    <td>1594 Cyc*</td>
                </tr>
        </table>
    </div>
    <ul>
        <li>Original engines installed. Both engines are under Rolls Royce Corporate Care program since new.</li>
    </ul>
    <div style="text-align: center; width: 100%; overflow: auto; overflow-y: hidden;">
        <table style="text-align: center;">
                <tr>
                    <th>APU</th>
                    <th>Make / Model</th>
                    <th>Hours</th>
                    <th>Cycles</th>
                </tr>
                <tr>
                    <td>1</td>
                    <td>Honeywell GTCP36-150</td>
                    <td>4342 Hrs*</td>
                    <td>3340 Cyc*</td>
                </tr>
        </table>
    </div>
    <ul>
        <li>Original APU installed</li>
    </ul>
    <strong>Avionics:</strong>
    <div style="text-align: center; width: 100%; overflow: auto; overflow-y: hidden;">
        <table style="text-align: center;">
                <tr>
                    <th>Item #</th>
                    <th>Equipment</th>
                    <th>Model</th>
                    <th>Quantity</th>
                </tr>
                <tr>
                    <td>01</td>
                    <td>VHF transceiver</td>
                    <td>Honeywell NC-860A</td>
                    <td>3</td>
                </tr>
                <tr>
                    <td>02</td>
                    <td>HF transceiver</td>
                    <td>Collins HF-9034A</td>
                    <td>2</td>
                </tr>
                <tr>
                    <td>03</td>
                    <td>Solid state cockpit voice recorder (CVR)</td>
                    <td>Honeywell AR-120</td>
                    <td>1</td>
                </tr>
                <tr>
                    <td>04</td>
                    <td>Solid state flight data recorder (FDR)</td>
                    <td>Honeywell AR-256</td>
                    <td>1</td>
                </tr>
                <tr>
                    <td>05</td>
                    <td>Weather radar</td>
                    <td>Honeywell WU-880</td>
                    <td>1</td>
                </tr>
                <tr>
                    <td>06</td>
                    <td>TCAS 7.1 computer</td>
                    <td>L3COM TCAS 2000 (RT-951)</td>
                    <td>1</td>
                </tr>
                <tr>
                    <td>07</td>
                    <td>Transponders</td>
                    <td>Honeywell XS-857A</td>
                    <td>2</td>
                </tr>
                <tr>
                    <td>08</td>
                    <td>Enhanced ground proximity warning
                        computer (EGPWC)</td>
                    <td>Honeywell EGPWSM-100</td>
                    <td>2</td>
                </tr>
                <tr>
                    <td>09</td>
                    <td>Flight management computer</td>
                    <td>Honeywell MC-850</td>
                    <td>3</td>
                </tr>
                <tr>
                    <td>10</td>
                    <td>ADF</td>
                    <td>Honeywell DF-855</td>
                    <td>2</td>
                </tr>
                <tr>
                    <td>11</td>
                    <td>VOR</td>
                    <td>Honeywell NV-875A</td>
                    <td>2</td>
                </tr>
                <tr>
                    <td>12</td>
                    <td>DME</td>
                    <td>Honeywell DM-850</td>
                    <td>2</td>
                </tr>
                <tr>
                    <td>13</td>
                    <td>Head-up Guidance System</td>
                    <td>Honeywell CB-200</td>
                    <td>1</td>
                </tr>
                <tr>
                    <td>14</td>
                    <td>Avionics system</td>
                    <td>Honeywell EPIC Cert-F</td>
                    <td>N/A</td>
                </tr>
                <tr>
                    <td>15</td>
                    <td>Enhanced Vision System</td>
                    <td>Kollsman EVS II</td>
                    <td>1</td>
                </tr>
        </table>
    </div>
    
    #1026258

    Ok, I figured out what was going on. It was having the Blog page in Visual vs. Text.

    I’m just going to use the standard Enfold table instead.

    Thanks!

    #1026536

    Hi corefocusgroup,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.