Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1100159

    Hi,

    I have a new page in dev which has a tabbed section within it and columns embedded within tabs.

    Looks great on desktop, but on mobile, the content of the next tab starts to encroach on the tab in the viewport.

    View post on imgur.com

    Any help would be greatly appreciated.

    Thanks

    Phil

    #1100804

    Hey philthebass,

    Thanks for the update.

    That should not be happening by default. Did you apply any custom css modification for the tab section element?

    Best regards,
    Ismael

    #1100888

    Hi,

    No. There’s no custom CSS in there.

    There is a full width section above it which I disabled on mobile to see if that made any difference but same problem.

    Regards

    Phil

    #1101015
    This reply has been marked as private.
    #1101226

    Hi Phil,

    Sorry for the problems. Could you try updating the theme to the latest version (4.5.7) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1101289

    Hi,

    I am using the latest version 4,5.7

    Regards

    #1101721

    Hi,

    Could you get back to me on this? I have several pages on a production server that are broken on mobile.

    Thanks

    #1102106

    Hi philthebass,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .avia-section-no-padding .av-layout-tab .avia_textblock {
        width: 85vw;
      }
    }
    

    But it looks like html is not properly laid out in the tab sections and it does not stack in responsive mode.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1102214
    This reply has been marked as private.
    #1102475
    This reply has been marked as private.
    #1103100

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1103197
    This reply has been marked as private.
    #1104657

    Hi,

    Thanks for the update.

    We just noticed that you’re using a custom post type called “retailers” and it’s not registered in the list of supported post types by the advance layout builder. We added the following filter in the functions.php file to register it.

    function avf_alb_add_supported_post_types( array $supported_post_types )
    {
      $supported_post_types[] = 'retailer';
    
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_add_supported_post_types', 10, 1);

    The elements are responsive now.

    Best regards,
    Ismael

    #1104783

    Thanks Ismael, we’ll add that to our production version as well.

    Regards

    Phil

    #1105433

    Hi,

    You’re welcome! Glad we could help.

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    And don’t forget to bookmark the Enfold Documentation for future reference.

    Thank you for using Enfold.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.