Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #207592

    Hi can you help me disable the social media and sub navigation for mobile devices. We only want the phone number to show at the top then logo and navigation.

    http://kyko.wpengine.com/ (hosted on WPengine)

    #207594

    Hey glozemedia!

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

    @media only screen and (max-width: 767px) {
    .responsive #header_meta { display: none; }

    Best regards,
    Yigit

    #207599
    This reply has been marked as private.
    #207602

    Hi!

    Sorry, please remove that code from Quick CSS and use following one instead

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks,.responsive #header .sub_menu { display: none; }
    .responsive #header_meta { height: 75px; }}

    Cheers!
    Yigit

    #207611
    This reply has been marked as private.
    #207626

    Hey!

    You are welcome! Glad we could help

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘remove social media and sub navigation from mobile devices’ is closed to new replies.