Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #219775

    Hi there,
    Is there a way to get the privacy & disclaimer to appear when responsive. They fall off.

    Thanks!!

    #219777
    This reply has been marked as private.
    #220015

    Hi!

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

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

    Cheers!
    Yigit

    #220326

    Perfect. Thanks!!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Privacy + Disclaimer in socket disappear in responsive mode’ is closed to new replies.