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.
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; }
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.