• Hello. I am developing a plugin for WordPress full site editor and I am creating a wrapper block which will allow users to insert columns.

    My question is: do you usually set custom width for columns in MOBILE devices or just let them expand 100% in mobile devices?

    I ask this to set the default CSS to users don’t have to manually set widths to 100% all the time if 100% width is prevailed. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • So in my case, I would actually display the Columns mobile mostly at 100%. But it also depends on the content and the target group. It rarely happens that I do without something like that.

    I would recommend to go only one way in your development, but leave the other open. Publish the first so and if you then get requests for it, supplement it. You can never implement all possibilities from the beginning.

    Thread Starter Tim Codex

    (@tien-nguyen)

    @threadi

    Dear threadi,

    Thank you so much for taking the time to respond to my question. Your advice is greatly appreciated and I will consider implementing the option for users to set custom widths for columns on mobile devices if requested.

    Your suggestion to start with one option and then supplement it based on user feedback is very wise and I will keep it in mind during my plugin development.

    Thank you again for your help, I truly appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What is your workflow with FlexBox and Columns’ is closed to new replies.