• Resolved tomkelly33

    (@tomkelly33)


    How can I make my created VC button full width? Don’t see an option for this in the editor. Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi there,

    Just use custom CSS code below to set your buttons to be full-width.

    .evc-button {
    width: 100%;
    text-align: center;
    }

    Best regards,
    Nenad

    Thread Starter tomkelly33

    (@tomkelly33)

    Solution works perfectly, thanks a lot! Though, this could be a useful feature to have in the options by default.

    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi there,

    Thanks for your suggestion, I will see to add it ??

    Best regards,
    Nenad

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full width buttons’ is closed to new replies.