New Landing How can we help? Cardinal Suggestions for mobile layout with tabs (tour section)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Cardinal
  • #213199
    mcheck
    Member
    Post count: 44

    We have a clients page that uses the Tour section to show different types of clients.
    It works okay, but is not at all mobile-responsive.

    Wondering if you have a suggestion on what assets to use/replace for the tour that would be make sense with mobile.
    Essentially showing 4 types of clients like we have on the page, allowing the mobile user to either switch between them or scroll to each from a static menu.

    Thanks for your help.

    Mike

    #213575
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    h2, .blog-item .quote-excerpt{
    font-size:16px !important;
    }
    
    .spb_tour .nav-tabs{
    margin-right:5px !important;
    }
    }

    Thanks
    Mohammad

    #213576
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Mike,

    Is this specifically for small screen sizes, such as iPhone?

    Using this CSS, should improve the layout for you:

    
    @media only screen and (max-width: 479px) {
    .spb_tour .nav-tabs {
        width: 100% !important;
    }
    .spb_tour .tab-content {
        padding-left: 0% !important;
    }
    }

    Thanks,
    David.

    #213682
    mcheck
    Member
    Post count: 44

    Thank you both, trying that right now.

    It is not mobile-specific, but it does need to look better on mobile than it does. It’s just not functional.

    Other than the css, would you suggest a different element(s) to use to get the same functionality: The idea of tabbing/selecting a topic header and showing different image grids?

    Mike

    #213691
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    maybe an accordion will look better.
    http://swiftideas.com/elements/accordion-toggles/

    Give it a try.

    -Rui

    #213694
    mcheck
    Member
    Post count: 44

    David:

    
    @media only screen and (max-width: 479px) {
    .spb_tour .nav-tabs {
        width: 100% !important;
    }
    .spb_tour .tab-content {
        padding-left: 0% !important;
    }
    }
    

    Is overruled by responsive css:
    Result:

    
    media="screen"
    @media only screen and (max-width: 479px)
    .spb_tour .nav-tabs {
        width: 30% !important;
    }
    (index)media="all"
    @media only screen and (max-width: 479px)
    .spb_tour .nav-tabs {
        width: 100% !important;
    }
    (index)media="all"
    .spb_tour .nav-tabs {
        float: left;
        margin-right: 10px;
        border-right: 0;
        border-bottom: 0;
        width: 120px;
    }
    
    #214014
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 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