Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1033697
    ahmedhikal
    Blocked

    Hello,
    I design something in the X theme but with using visual composer , I see the tab on the big screen are ok , but when it on smaller screen it become under each other …
    the customer did not like that , he want the tab to be beside each other even on smaller devices …
    can we do that ?
    Images attached
    Regards
    Hikal

    #1033870
    Christian
    Moderator

    Hey Hikal,

    Please give us the URL of the page so we could check your setup.

    Thanks.

    #1033885
    ahmedhikal
    Blocked
    This reply has been marked as private.
    #1034035
    ahmedhikal
    Blocked

    Hello,
    Is there any updates on this request please ?.
    Regards

    #1034185
    Rupok
    Member

    Hi there,

    Thanks for updating. This is usual responsive feature of the element you are using. There is simply no optimal way to keep the desktop layout for mobile since there is no enough space for them and it will break the layout completely.

    For example, you can add this under Custom > CSS in the Customizer.

    .vc_tta.vc_general .vc_tta-panel {
      display: inline-block;
      float: left;
      width: 25%;
    }

    You will see how awful it will look.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1033697 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>