• Resolved nicecap

    (@nicecap)


    Hi there.

    I am using the Filterable Grid Option. That gives me 3 columns in a row while the first column is showing the images double the width of the other 2 columns.

    How can I change the grid to 2, 3, 4, or 5 columns instead of only 3?

    How can I make all columns in a row showing the same width?

    How can I make different column numbers for different display dimensions? (responsiveness!)

    Thanks
    Chris

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Dear nicecap.

    Please find the file Total-Soft-Portfolio-Widget.php. Edit the folder and on the line 3330 find the code

    .grid__sizer<?php echo $Total_Soft_Portfolio; ?>, .grid__item<?php echo $Total_Soft_Portfolio; ?> { position: relative; float: left; width: 25%; }

    The place of this code put this one:

    .grid__sizer<?php echo $Total_Soft_Portfolio; ?>, .grid__item<?php echo $Total_Soft_Portfolio; ?> { position: relative; float: left; width: 33%; }

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Filterable Grid column number and width’ is closed to new replies.