• Resolved sktrees

    (@sktrees)


    Is there a way to align ‘center’ for the gauges?
    It seems as if it’s only strictly aligned ‘left’ which becomes noticeable when in mobile (it doesn’t align with the text beneath the gauges).

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Codeinwp

    (@codeinwp)

    Hello,

    Can you share with me the url where are you using this?

    Thank you !

    Thread Starter sktrees

    (@sktrees)

    Link is https://yieldalpha.com/analysis/sf01/risk-classification/ (gauges at the top)

    Let me know when you’re done (I’ve made the website available only for now).

    Plugin Author Codeinwp

    (@codeinwp)

    Hey,

    You can use this css to align them:

    .visualizer-front div > div {
        margin: auto;
    }
    

    Let me know if this is working for you.

    Thanks !

    Thread Starter sktrees

    (@sktrees)

    Does that go under Manual Configuration when editing via the visualizer library? I already have some manual code in there. So would it be:
    {“max”:[“25″],”min”:[5],”majorTicks”:[“5%”,”10%”,”15%”,”20%”,”25%”], .visualizer-front div > div {
    margin: auto;
    }}

    ?? I’m not familiar with working with CSS.

    Plugin Author Codeinwp

    (@codeinwp)

    Hey,

    You can go to Admin -> Appearances -> Customize -> Additional CSS and paste there the code. All should be fine after.

    Let me know if you need anything else.

    Thread Starter sktrees

    (@sktrees)

    Thanks that did the job. Really appreciate the help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Gauge Alignment?’ is closed to new replies.