Change in the button width in the flexbox

Hello.
Please tell me about the change in the button width in the flexbox.

I am using PRO.
Is it possible to place a button in the Footer and change the width to 280px for PC display and 350px for mobile display?!

Hi @kawachang,

Yes that is possible. You have 2 Options.

First: Use 2 button elements then based on the screen width, set the button width. The first button showing for PC with 280px width is hidden on mobilde. Second button with 350px button is hidden on desktop. Use HIDE DURING BREAKPOINTS under Customize to achieve this.

Second: Using 1 button only, you will force the width using custom CSS via media query:

Hope this helps.

Thank you!

I thought that the width can be changed freely by using a flex box. It’s different.

We will implement using the BREAKPOINTS DURING HIDE that you have proposed.

Thank you!

You’re welcome, @kawachang.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.