Style of Exchange shortcode

Posted in: Newspaper
Post count: 92

Hello.
Please look at attcahed pic.

https://ibb.co/hzJucz

Two style questions.
1. How to make left align of the main currency?
2. How to display currency discription for the other currency like for the main one?
Thank you!

  • This topic was modified 7 years by likocorp.
  • This topic was modified 7 years by likocorp.
Post count: 22421

Hi,

You can align the base currency left by using this css code:

.td_block_exchange .td-exchange-header{
text-align:left;
}
.td_block_exchange .td-column-1 .td-exchange-base{
margin-left:0;
}

You can add the code in the theme panel under custom css.

Unfortunately there is no way to have description as the base currency for all the exchange rates.

Thanks

Post count: 92

Bogdan, thank you!
Works as I wanted!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.