Okay
  Public Ticket #3418781
Button Sizing
Closed

Comments

  • iamcoxnow started the conversation

    I'd like the buttons below the text to be the same width regardless of the amount of text in them. Is there an option to make them the full-width of the column?

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    a.nectar-button.large.regular.accent-color.regular-button {
        width: 100% !important;
        text-align: center;
    }

    Thanks


    ThemeNectar Support Team