I am trying to change column with in a WordPress Archive Layout but when I try to drag it with my mouse nothing happens.
I tried to deactivate some plugins and to upgrade toolset plugins but nothing worked.
In all archives, grids are not working fine.
You can check for example Biologici.
When we created them they worked fine, now we added a column, and all columns are 20% large.
I was able to get the columns to re-adjust but it was done with exaggerated column adjustments which wouldn't be feasible under normal circumstances.
Would it be possible to get a copy of your site so that I can perform some further testing ? I suspect there is some css issue at play whether through your theme or plugins.
I did a test of this locally and it appears the issue is predominantly being caused by the theme.
I understand that it's not feasible to change theme at this point.
Perhaps a css workaround will be best suited. Is there a particular width that you want the columns to be ?
Shane is on vacation. This is Minesh here and I'll take care of this ticket. Hope this is ok.
You can add any custom CSS you would like to add to your archive to your archive's custom CSS section. Please check the following screenshot: hidden link
Hi Minesh,
now the drag and drop function is working fine and I didn't change my css code.
I set col-10 to 100% in my template CSS because I need it for all my website because the toolset default grid is smaller than the page width.
I would say that overriding the default styles of the built-in in column classes and grids as a whole is not suggested, for instance, you change the CSS for class: col-10 , It it does not have any effect on your other section of the pages then you can keep it or otherwise it is better to add the custom CSS code in a way that it targets only specific sections, to avoid any unexpected results/behavior. You can add custom class or ID and then to that class or ID you can add your custom CSS.