New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Portfolio gallery in tab
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.
AH yes, please re test now.
Thanks.
Perfect, now it looks and works fine!
Sorry David, this issue still exist, when I change the display sizes (see image attached)
Do you know what force that issue?
Hi,
Should be fixed now, please refresh and re-test.
Yes, perfect! Thanks David!
Great, no problem.
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)
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; } }
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!
Hi David,
do you have another code that I could try?
Please try this:
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { .spb_tabs .tab-content { overflow: hidden; } }
I used the code, but as you can see on the image attached the problem is not solved.
Do you have any other code I could try?
The topic ‘Portfolio gallery in tab’ is closed to new replies.