Pricing Chart Customization

I am customizing a pricing chart with a ‘?’ icon next to the services that has a dropdown to explain any needed info. Currently the ‘?’ icon appears below the content and I would like it to appear to the right side. Can you help me with this?

Hi There,

Would you mind giving us the URL where you have this pricing chart? This is to ensure that we can provide you with a tailored answer to your situation. Also share a screenshot of what you want to achieve. Once you have provided us with your URL, we will be happy to assist you with everything.

Thank you.

How do I send a private message? My page is under construction so you will be able to view without accessing my account.

I’d like the question mark to appear to the right of ‘Custom Email Template’

Hi There,

Check the options toolbar below your posts and you will see a secure note option. You can use it to submit a secure note and then update this thread as well once done.

Thanks!

Hi again,

Thanks for the credentials. Please add the following CSS code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS

.x-li-icon {
    position: relative;
}
.x-li-icon .dropdown-content {
    left: 55%;
    width: 100%;
    top: 35%;
}

Let us know how this goes!

Hello, The ‘?’ icon still appears below the content. I would like the ‘?’ icon to appear to the right of that content. Like this, Custom Email Template ‘?icon’. The question mark being the image/icon and not just a question mark.

The code you provided put the dropdown to the right of the ‘?’ icon. Can we make it so that the ‘?’ icon appears to the right of the content? Here is an example from another site. Instead of a ‘?’ icon they have an '!" icon. I don’t need the spacing changed. I’m interested to have the ‘?’ icon placed to the right of the content.

Hey @steve,

You will need custom HTML (see screenshot below) and/or additional custom CSS. Regretfully, this would be getting into custom development which is outside the scope of our support. I’d recommend you hire a third party developer to do the customization for you.

Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.