Hi, I’m trying to create a row of inline columns containing Pro’s Card element.
I initially tried to work around Pro’s maximum of 4 columns per row by creating columns within 2 columns. This looks okay on smaller screens, but on large monitors the spacing does not work and it seems I need to find a way to place all 7 Cards in one row to avoid uneven spacing.
I also tried the advice from this post (https://theme.co/archive/forums/topic/how-can-i-have-a-6-or-5-columns-portfolio/) and inserted this snippet in my child theme, but did not see any changes to the max number of inline columns per row:
switch ( $cols ) {
case 'One' : $cols = 1; break;
case 'Two' : $cols = 2; break;
case 'Three' : $cols = 3; break;
case 'Four' : $cols = 4; break;
}
//Overrides the above columns
$cols = 7;
Do you have any advice for how to move forward and hopefully solve this issue?
There is a version of this feature on the homepage of the site now under the heading ‘choose your destination’.
My url is : b73.d9d.myftpupload.com
Thanks so much, these forums are always so helpful!
