All my buttons are full width and I cant change it

The button width in cornerstone does not effect the button size. I can change it to 5 px, or 1000 px, it still is full width. Its always worked fine, but some plugin or site update seemed to of caused this to always stay at full width of the container

https://forgelabs.com/fused-deposition-modeling-fdm/

Hi, @patrick7850,

Thanks for writing to us.

There is a CSS code in theme option’s CSS that overwrites the element’s CSS code because of that the button looks full-width.

.x-anchor, .x-anchor {
  width: 100% !important;
}

Please remove this code from the X/Pro–>Theme Option —>CSS

Hope it helps you.
Thanks

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