• Resolved bb3cpo

    (@bb3cpo)


    Hello.

    On desktop, how can I give some padding to the left and right of the box that contains the text and the buttons?

    By default, on desktop, the message touches the left part of the screen and the buttons touch the right part but I’d like them to be more grouped in the center of the screen.

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

    (@webtoffee)

    Hi @bb3cpo,

    Please try using below CSS. You can add it directly in the site theme’s CSS.

    .cli-bar-container {
      width: 75%;
    }
    Thread Starter bb3cpo

    (@bb3cpo)

    It’s working, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Group in the center’ is closed to new replies.