Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #425177

    Hi,

    I am trying to get all “Large buttons” to have the following standard measures and alignments, no matter what text is on it:

    1) All with the same width (around 190px)
    2) All with the same height (around 60px)
    3) Text centered in the button vertically (not aligned to the top)

    Can you please confirm how can I achieve this?

    Many thanks.

    #425222

    Hi sitesme!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-button.avia-size-large {
      padding: 24px 30px 13px;
      font-size: 13px;
      min-width: 190px;
      min-height: 60px;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.