New Landing How can we help? Themeforest Theme Support Neighborhood Portfolio gallery in tab

Viewing 15 posts - 31 through 45 (of 59 total)
  • #254119
    goodtimesmag
    Member
    Post count: 191

    Hmm, seems that the problem is not related to the women tab itself. When I want to change between the tabs this happens: see image attached.

    Attachments:
    You must be logged in to view attached files.
    #254129
    David Martin – Support
    Moderator
    Post count: 20834

    AH yes, please re test now.

    Thanks.

    #254132
    goodtimesmag
    Member
    Post count: 191

    Perfect, now it looks and works fine!

    #254133
    goodtimesmag
    Member
    Post count: 191

    Sorry David, this issue still exist, when I change the display sizes (see image attached)

    Attachments:
    You must be logged in to view attached files.
    #254315
    goodtimesmag
    Member
    Post count: 191

    Do you know what force that issue?

    #254333
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Should be fixed now, please refresh and re-test.

    Thanks.

    #254346
    goodtimesmag
    Member
    Post count: 191

    Yes, perfect! Thanks David!

    #254348
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem.

    Thanks.

    #255534
    goodtimesmag
    Member
    Post count: 191

    Hi David, I have recognized, that the portfolio gallery in the tab is not centered on my iPhone 5s. Is this a typical iPhone 5 issue or do you know a css code to solve this? (see image attached)

    Attachments:
    You must be logged in to view attached files.
    #255803
    David Martin – Support
    Moderator
    Post count: 20834

    Please test amending the margin with a media query:

    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) {
    .spb_tabs .tab-content .row ul.portfolio-items {
        margin-right: -30px!important;
    }
    }

    Thanks.

    #255897
    goodtimesmag
    Member
    Post count: 191

    I used this code, but now I can swipe the portfolio a bit to left and right on my phone. So this problem is not solved!

    #256262
    goodtimesmag
    Member
    Post count: 191

    Hi David,

    do you have another code that I could try?

    #256459
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please try this:

    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) {
    .spb_tabs .tab-content {
        overflow: hidden;
    }
    }

    Thanks.

    #256516
    goodtimesmag
    Member
    Post count: 191

    I used the code, but as you can see on the image attached the problem is not solved.

    Attachments:
    You must be logged in to view attached files.
    #256687
    goodtimesmag
    Member
    Post count: 191

    Do you have any other code I could try?

Viewing 15 posts - 31 through 45 (of 59 total)

The topic ‘Portfolio gallery in tab’ is closed to new replies.