radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

More columns for Cliparts

Hello,
I would like to know about this settings. In previous version it was available in UI Composer.

How can I set 4 or 5 columns of media? For now I see 2 columns of cliparts.

Thanks for help! :)


Best Answer

You can adjust the CSS like that:


.fpd-container fpd-module-designs .fpd-grid {
grid-template-columns: 1fr 1fr 1fr 1fr; //4 columns
}



Answer

You can adjust the CSS like that:


.fpd-container fpd-module-designs .fpd-grid {
grid-template-columns: 1fr 1fr 1fr 1fr; //4 columns
}



1 person likes this

Does not work for me on V6

Login or Signup to post a comment