PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

FOX shortcode restyling

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello Pablo, I increased the height of the shortcode to match our language switcher.

Because I made the height larger, it now displays two currencies instead of one, centered in the middle.

I tried to fix this but couldn't find a solution. Could you please help us with the correct CSS?

It's about website cryptvice dot com - in the footer.

 

 

Hello Pladi

Alex is here, please describe by links and screenshots (where you show the issue) what you have and what you want to get

Is there a private ticket section where we c an share the link?

Current currency style:

https://ibb.co/9HzWyWBd

What I need:

https://ibb.co/gbyNB97k

Website url:

https://shorturl.at/d2Gh8

Hello

I see you already placed CSS code wp-content/uploads/xts-theme_settings_default-1763401749.css or its cache, change

.selectron23-container { margin-top: 5px; min-height: 55px !important; margin-top: 0px; } to
.selectron23-container { margin-top: 5px; min-height: 53px !important; margin-top: 0px; }
and add next code
.selectron23-container .selectron23-option{
padding: 20px 20px 9px 58px !important;
}
.selectron23-container > span{
top: 25px !important;
}
Result:

Hello Alex, thank you for your time and efforts. I tried this before but it's not the same results as our language switcher, because when we open the drop-down to select other currency the space between are to big. See the differences.

 

https://ibb.co/gb7xnDS3

Hello Pladi

The will not be the same but you can play with padding values to set +- the same

Try for example:

.selectron23-container .selectron23-option {

       padding: 16px 20px 7px 58px !important;

Max height for open drop-down you can set in its options: https://share.pluginus.net/image/i20251120131716.png

Hello unfortunately it's also not working. Is there another option to fix this?

Hello

Sorry, looks like I not understand what you want to get. All this can be done by CSS customization, but I think if you need something more presise its better to hire developer, otherwise we will continue to play this game forever ...