My drop-down menu’s looks strange after the new update of Enfold.
Arrow is placed in the middle of field instead of the right side of the field as it used to.
You can see the issue following the link specified in Private content.
Any idea why this happened ?
I am using latest plugin version of CF7 and Data Source for CF7.
Everything is working but it looks a bit strange.
Best regards
Kim
Hey klkc,
Please try the following in Quick CSS under Enfold->General Styling:
#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
background-position: 0% 50%;
}
Best regards,
Rikard
Hi
I tried but no luck
same issue on my pricing table.
See link below
Hi again
I cleared the cash and the arrows are now in the left side of the field – not the right side of the field
Can that be changed ?
Cheers
Hi Kim,
I checked your website and dropdown icon looks right on my end. I attached a screenshot in private content field below.
Could you please clear browser cache and refresh your page a few times?
Best regards,
Yigit
Hi Yigit
Yes it is correct now
I had to change the css to:
#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
background-position: 100% 50%;
}
Cheers
Kim