• Resolved amalumair

    (@amalumair)


    Hi, usually the text is center-aligned for people, but for me it isn’t. How do I make it center-align? Thanks!

    • This topic was modified 3 years, 9 months ago by amalumair.

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

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

    (@webtoffee)

    Hi @amalumair,

    Thanks for reaching out. You can achieve any CSS modification by targeting the banner elements via your theme.

    Please try adding below code to your site theme’s CSS(Appearance > Customize > Additional CSS) to make the texts center alligned.

    .cli-bar-container {
      width: 90%;
    }
    .cli-bar-message {
      text-align: center !important;
    }
    Thread Starter amalumair

    (@amalumair)

    Thankyou! And what about the buttons? How can I make them center-align?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @amalumair,

    You can modify the width % in the above CSS code to suite your requirement.

    .cli-bar-container {
      width: 60%;
    }
    .cli-bar-message {
      text-align: center !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Do I Make The Text Center-Align?’ is closed to new replies.