Hi,
I add this code if(function_exists(‘transposh_widget’)) { transposh_widget(array(), array(‘widget_file’ => ‘flags/tpw_flags.php’)); }
on the footer.php in order to manage some flags and translations issues.
However, on mobile devices the flags don’t appear on the socket section.
Can you please tell me how to solve this?
The temporary url is : http://lagaleriea.com/SistersG/
Thanks a lot
Alexandra
Hey alexoua!
Try adding this to your custom CSS.
.responsive #socket .sub_menu_socket {
display: block !important;
}
Best regards,
Elliott
That’s perfect,
Thanks a lot!