• Resolved Webmaster

    (@nirjala)


    hi,

    if we create a tabbed menu and open it in mobile then is there any possibility to hide the wpml grid posts thumbs in the mobile view?

    we want to show categories only in the mobile view.. and full tabbed menu in desktop view..

    i like the plugin very much and it suits to my need.. but really want to hide the wpml grid post thumbs in the mobile view.

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for your interest in our plugin ??

    Yes, you can do this with some simple CSS code. Go To Dashboard>Appearence>Customize>Additional CSS and place this CSS then click on publish button on top.

    
    @media(max-width:767px){
    .wpmm-vertical-tabs .wpmm-vertical-tabs-content{
    display:none;
    }
    }
    

    That’s it, if sometime want it back then just remove this CSS.

    Thanks again.
    Regards
    Orko

Viewing 1 replies (of 1 total)
  • The topic ‘tab content in mobile menu..’ is closed to new replies.