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

Viewing 15 posts - 16 through 30 (of 59 total)
  • #253011
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad, do you have any updates for me?

    #253352
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague will assist you shortly.
    Thanks
    Mohammad

    #253650
    goodtimesmag
    Member
    Post count: 191

    Alright, I am looking forward for a solution!

    #253652
    David Martin – Support
    Moderator
    Post count: 20834

    You want a 4 col portfolio layout within the tabs? Please test this:

    .spb_tabs .tab-content .row [class*="span"] li {
        width: 20%!important;
    }

    Thanks.

    #253874
    goodtimesmag
    Member
    Post count: 191

    Hi David,

    the code did not exactly the job, as you can see here: http://goodtimesdeals.de/snowboard/

    The portfolio layout in the tab looks different than the regular portfolio.

    #253876
    David Martin – Support
    Moderator
    Post count: 20834

    Are you referring to there being no margin between the items?

    Please add backup screenshots to be specific, we can help you faster this way.

    Thanks.

    #253880
    goodtimesmag
    Member
    Post count: 191

    Yes, please have a look on the image attached

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

    Perfect, that is great:

    Please amend the CSS:

    .spb_tabs .tab-content .row [class*="span"] li {
        width: 20%!important;
        margin-left: 30px!important;
    }

    Thanks.

    #253913
    goodtimesmag
    Member
    Post count: 191

    Now I have the following problems:

    1) The portfolio gallery in the tab is not centered/has not the same size like the regular portfolio gallery (see image 1).

    2) The portfolio gallery in the tab behaves differently on smaller devices (see image 2) than the regular portfolio gallery (see image 3).

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

    Please add a WP login, it will be quicker.

    Thanks.

    #254069
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #254087
    David Martin – Support
    Moderator
    Post count: 20834

    Great, cheers.

    For reference here is the updated:

    .spb_tabs .tab-content .row ul.portfolio-items {
        margin-left: -30px!important;
    }
    
    .spb_tabs .tab-content .row [class*="span"] li {
        width: 220px!important;
        margin-left: 20px!important;
    }
    
    @media (min-width: 1200px) {
    .spb_tabs .tab-content .row [class*="span"] li {
        width: 270px!important;
       margin-left: 30px!important;
    }
    }
    
    @media (max-width: 979px) and (min-width: 768px) {
    .spb_tabs .tab-content .row [class*="span"] li {
        width: 166px!important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .spb_tabs .tab-content .row [class*="span"] li {
        width: 48%!important;
        margin-left: 0!important;
        float: left;
    }
    .spb_tabs .tab-content .row [class*="span"] li:nth-child(2n) {
        margin-left: 4%!important;
    }
    }

    Thanks.

    #254112
    goodtimesmag
    Member
    Post count: 191

    Thank you very much David!

    #254113
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to David.
    Mohammad

    #254116
    goodtimesmag
    Member
    Post count: 191

    Hi David, I updated my portfolio in the tabs and now the portfolio in the women tab look strange. Please have a look here: http://goodtimesdeals.de/snowboard/

Viewing 15 posts - 16 through 30 (of 59 total)

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