New Landing How can we help? Themeforest Theme Support Flexform Tabs Show Showing Correctly – How To Fix Please

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #82466
    MikeMobley2002
    Member
    Post count: 31

    How can I fix these 3 tabs to show their full “boxes?” As you can see in the pictures, when they stack like this (when viewing the site on the phone or tablet vertically), they lose part of their lines on their box tabs. Can this please be fixed? This is huge for my client if we can get this to look better and for the lines to show up. Here’s some screenshots of the problem.

    I can give you guys Admin support for the site, which you already have, if that works easier too.

    #82637
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please add this to your custom css:

    @media only screen and (max-width: 625px) { 
    .nav-tabs > li, .nav-pills > li {
      float: left;
      width: 100%;
    }
    .spb_tabs .nav-tabs li a {
      border-width: 1px;
    }
    }

    – Kyle

    #82714
    MikeMobley2002
    Member
    Post count: 31

    I’m still seeing the same problem when viewing the home page on mobile vertical view.

    Can you check it?

    http://www.sawyersinc.com

    #82717
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 625px) { 
    .ui-tabs .ui-tabs-nav li {
      width: 100%;
      border: 1px solid #e4e4e4;
    }
    }

    – Kyle

    #82753
    MikeMobley2002
    Member
    Post count: 31

    Perfect! Last question, this is great everywhere now except the same problem on viewing on an Ipad in vertical mode. Anything to add those this code to include the iPad in vertical view?

    #82759
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change the max-width value to 768px

    – Kyle

    #82765
    MikeMobley2002
    Member
    Post count: 31

    Got it! Thank you so much!!

    #82769
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register