-
-
Hi, I have two issues in the website I am publishing:
- there are empty spaces in the portfolio grid.
They appear right after the first line with 3, 4 or 5 columns. - the navigation in the single portfolio item seems to be malfunctioning: the left arrow takes to the following item and the right arrow takes to the previous item.
The website is still under construction, can I send you login/username for you to take a look?
Thank you and kind regards,
Paolo
- there are empty spaces in the portfolio grid.
-
Hello,
-Yes, please send us your credentials so we can check the portfolio page.
-There is not malfunctioning with the arrows. That’s the theme’s default layout. You can switch the order by editing file single-portfolio.php.Best regards!
-
-
Hello,
Since the images are not all the same height, even when they are resized to fit the portfolio dimensions, they won’t be all the same. So you need to set a min height.
A added this code into your custom css box:.home .five-cols .portfolio-item { min-height: 220px !important; }
If you would go and change the number of columns, then just edit the value until the empty row is gone (it should be the height of the highest portfolio item image).
Best regards!
-
-
Hi Mihaila,
Unfortunately the suggested solution affects the space among the thumbnails on smaller viewports.
Can you tell me where exactly you have added the custom CSS code please?
Thanks,
Paolo
-
-
I confirm that the only possibile solution is to use ONLY imahes which are the exact size as stated in the function codeless_images_sizes() (file: functions.php).
The CSS trick suggested above determines problems when you resize the browser window.
-
Hello,
You have an old version of theme.
Please update theme to its latest version 1.8.1. You can edit the values of the images sizes in the function codeless_images_sizes() as you like, or uncomment the commented lines.
Let us know if the issue persists even after you make these changes.
Best regards!
-
You must be logged in to reply to this topic.