-
AuthorPosts
-
October 7, 2016 at 7:21 pm #696689
Hi
not sure if you can help me or if I need to contact WPML on this.
The border and arrow are missing from the language dropdown despite being set correcly. a simple css thing but not sure how to do it
image attached, many thanks
Ian
October 7, 2016 at 8:05 pm #696703Hi smoothbob!
Can you please post the link to your website as well? :)
Regards,
YigitOctober 8, 2016 at 12:20 pm #696887October 10, 2016 at 1:00 pm #697273Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav > li.menu-item-language > a:after { content: '▾'; color: #888888; position: relative; left: 10px; }
Best regards,
YigitOctober 10, 2016 at 1:29 pm #697290Hi
that’s great thanks but what about the button border not showing?
cheers
October 11, 2016 at 1:08 pm #697798Hi,
try this code:
li.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children.dropdown_ul_available { border: 1px solid; }
Best regards,
AndyOctober 11, 2016 at 1:10 pm #697803Hi
I managed to do that as well, but as you can see it is the full height of the nav panel not the correct height for the button
cheers
October 12, 2016 at 4:12 pm #698367Hi,
remove the code from above. Try this instead:
.menu-item-language a { height: 58px !important; top: 9px !important; position: relative; border: 1px solid; }
and adjust as needed.
Best regards,
AndyOctober 13, 2016 at 6:01 pm #698855Hi
that does not work. I tried a few variations eg…
.menu-item-language a {
height: 38px !important;
top: 0px !important;
position: relative;
border: 1px solid;
}I tried other margin setting etc and the border just does not sit around the text link IN THE RIGHT PLACE. If the default WPML is as per my original screenshot why is not possible to just get round whatever Enfold is doing to make it not look right?
thanks
October 14, 2016 at 1:53 pm #699107Hi,
this is not Enfold’s fault. Try it with another theme and you would get similar results. There is no CSS class to make this possible so it looks right for you. Try to ask WPML support about it, but I doubt that it will be easily possible. You can hire a freelance developer for this job here: http://kriesi.at/contact/customization
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.