I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Text really small

dashed-slug.net Forums Exchange extension support Text really small

Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3456
    Anonymous
    Inactive

    Hi Alex.

    Awesome to see this plugin. But the text in the Bids and Asks tables are really small on FullHD. See the screenshot: https://drive.google.com/file/d/1GElVawBXfk9qTNYU6gP5yJG0VpwC3uWR

    Can we increase the text size a bit?

    Regards

    Philipp

    #3458
    Anonymous
    Inactive

    UPDATE:

    If you remove: ‘font-size: x-small;’

    in ‘wallets-exchange-0.1.2-beta.min.css’

    at ‘.dashed-slug-wallets-exchange table’

    It looks way better and is scalling a bit more.

    #3466
    alexg
    Keymaster

    Hello phiten,

    I try to provide some CSS defaults that will sort-of work with most themes and most screens.

    If I change the CSS too much to cater for one individual another one will complain.

    Therefore the best course of action is for you to override the CSS yourself to your liking.

    I would recommend that you create a child theme for your theme, if you haven’t already, and add this into its style.css:

    .dashed-slug-wallets-exchange table {
    	font-size: normal;
    }

    In the far future I would like to be able to add Customizer support for the UIs but this will not be soon.

    Hope this helps.

    kind regards

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