lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with Alphavantage API
MIT License
38 stars 18 forks source link

Table is left justified instead of right #10

Closed leekis closed 5 years ago

leekis commented 5 years ago

Table is left justified instead of right. Looked through MMM-AVStock.js but clueless on how to make it left justified. Maybe it's an entry on config.js. Any help would be appreciated. Thanks! Ki

eouia commented 5 years ago

sorry for late answer. I'm on vacations. The look of module could be controlled by CSS. See the MMM-AVStock.css then redefine or override the fields you need on css/custom.css.

leekis commented 5 years ago

That worked! Updated MMM-AVStock.css with bunch of 'text-align:right;' for the fields I wanted to justify right. Thx!