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

    Hi,

    I created a color section with 9 buttons and added the following class so it can stay inline instead of stacking on top of each other.
    .avia-button-center {
    display:inline !important;
    padding: 0 5px;
    }

    It works great but the buttons are left aligned instead of centered. How can I centered the buttons in the color section?

    link – https://neptunestaphouse.com/food/

    #1110242

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    #avia-button-center {
      text-align:center;
    }

    Best regards,
    Rikard

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