Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #272917

    Hi,

    In the socket I have links to terms, privacy and disclaimer: the problem is they are not showing up on iPhone. Can this be made to display there too?

    Many thanks in advance,

    Tony

    #273215

    Hi morpho2014!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 479px) { 
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}

    Regards,
    Yigit

    #273425

    Thank you so much Yigit. That worked perfectly!

    Best wishes,

    Tony

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make text in socket display on mobile/iPhone?’ is closed to new replies.