Can Webflow allow me to create a button shaped like 936x338 pixels?

Published on
September 22, 2023

Yes, Webflow allows you to create buttons with custom dimensions, including a shape that is 936x338 pixels. Here's how you can achieve that:

  1. Open your Webflow project and navigate to the desired page where you want to create the button.
  2. Drag and drop a button element onto the canvas. By default, buttons in Webflow are rectangular.
  3. Select the button element, and in the element settings panel on the right-hand side, click on the dimensions tab.
  • Set the width to 936 pixels.
  • Set the height to 338 pixels.
  1. You'll notice that the button shape has now changed to match the custom dimensions you specified.
  2. Customize the appearance, such as colors, text, and other styles, of the button using the various styling options available in the style settings panel.

By following these steps, you will be able to create a button in Webflow with a shape of 936x338 pixels. Remember to adjust the dimensions according to your specific requirements.

Example CSS Code for Custom Button Size:

.button {  width: 936px;  height: 338px;  /* Additional custom styles */}

Please note that the above code is not applied directly in Webflow, but rather serves as an example of how you can further customize the button's appearance using your own CSS code.

Additional Search Queries:

  1. How to create custom-sized buttons in Webflow?
  2. Can I change the shape of buttons in Webflow?
  3. What are the dimension limitations for buttons in Webflow?