Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kjbenk

    (@kjbenk)

    Hello Luke,

    As of right now Show Stock Quotes does not have a way to show the data horizontally ??

    Let me know if you have any other questions.

    Thread Starter Luke Cavanagh

    (@lukefiretoss)

    It already shows the data horizontally

    AST $5.22 0.05 0.97%

    I need to display it vertically as

    AST
    $5.22
    0.05
    0.97%

    Cheers
    Luke

    Plugin Author kjbenk

    (@kjbenk)

    Oh sorry for the confusion ??

    There is no way to do that via the settings of the plugin, but this is possible if you add some custom CSS to your site.

    .kjb_show_stock_quotes_table td { display: table-row !important; text-align: left !important; }

    Thread Starter Luke Cavanagh

    (@lukefiretoss)

    Thanks was able to target just the investor page and it worked great!

    .page-id-38 .kjb_show_stock_quotes_table td {
    display: table-row !important;
    text-align: left !important;
    }

    Thanks for your help.

    Cheers
    Luke

    Plugin Author kjbenk

    (@kjbenk)

    Great!

    If you need anything else please let me know.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display data stacked’ is closed to new replies.