Home › Forums › Basel support forum › Portfolio Display Set to 6 columns but only showing 5 large screen resolution
Portfolio Display Set to 6 columns but only showing 5 large screen resolution
- This topic has 9 replies, 2 voices, and was last updated 8 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
October 24, 2016 at 12:24 pm #5818
STORMWebParticipantHi I have 3 questions:
1. We have set the portfolio to display in 6 columns with 30px gaps, this displays correctly on my screen at the resolution of 1366×768 however it is displaying only 5 columns across at their screen resolution of 1680×1050 see screen shots http://prnt.sc/cy9lcq and http://prnt.sc/cy9nj8 why is it not displaying the 6 columns?
2. Is it possible when the portfolio is displaying with the text to have the next row items all start at the same height, so that text from one item above is not pushing the item below it lower than the other items in that row?
3. On the sliders I notice that the alignment of items differ from Chrome to Firefox, see the box with the red text in the following screen shots http://prnt.sc/cy9qj3 and http://prnt.sc/cy9qmg can this be fixed?
Regards,
JohnOctober 24, 2016 at 1:51 pm #5821
Artem TemosKeymasterHello,
Thank you for your questions.
1. Could you please send us a link where we can see this problem?
2. Our portfolio projects are created with masonry grid JS. The only way we can suggest is to set equal height for your projects texts with CSS. We will provide you with a snippet when will be able to see your website live.
3. Our theme doesn’t manage slides layers with CSS or JS whence can’t be the reason for that. So it may a Revolution Slider plugin or you have missed something from its configuration or layer alignment. We suggest you watch video tutorials that may contain some useful tips for you https://www.themepunch.com/faq/slider-revolution-beginner-video-guides-tutorials/
Regards
October 24, 2016 at 4:10 pm #5832
STORMWebParticipantYou will have to forward me you IP so I can allow you access to view the files, you will also have to modify your host file, details will be sent in privacy.
October 24, 2016 at 4:30 pm #5833
Artem TemosKeymasterHi,
Our current IP is 176.98.73.244
October 24, 2016 at 5:36 pm #5836
STORMWebParticipantI have allowed you IP
October 24, 2016 at 5:57 pm #5838
Artem TemosKeymasterThank you.
1. Try to fix it by adding this code snippet to the Custom CSS field in Theme Settings
.row-spacing-30 .portfolio-entry { width: 16.5%!important; }
2. Here is a snippet to fix description height (increase if it is not enough)
.portfolio-entry .entry-header>.portfolio-info { min-height: 160px; }
Regards
October 25, 2016 at 9:57 am #5869
STORMWebParticipantThe height fix works, I was going to do this but thought it might have too much effect on the mobile view but actually it looks fine.
However the column fix does not work for iPhone or iPad, the items don’t wrap they are in tiny columns, so I will leave this.
Thank you for your help.
October 25, 2016 at 10:17 am #5874
Artem TemosKeymasterTry to add columns fix only for desktop devices in Custom CSS. It should help.
Kind Regards
October 25, 2016 at 10:24 am #5875
STORMWebParticipantThank you, have you got the code for this?
October 25, 2016 at 10:26 am #5876
Artem TemosKeymasterWe meant that you need this fix place only for desktop (find field in Custom CSS tab)
.row-spacing-30 .portfolio-entry { width: 16.5%!important; }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register