• Resolved dav74

    (@dav74)


    Hi there,

    Can you tell me how I centre the text within the bottom bar? It is automatically left aligned and I see no option to centre it. I tried the following css but it did not work:

    .ctcc-left-side {
    text-align: center;
    }

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Gareth

    (@catapult_themes)

    Hi – try:

    #ctcc-left-side {
    display: block;
    width: 100%;
    text-align: center;
    }

    This will work better using the X-close method for the close button.

    Gareth

    Thread Starter dav74

    (@dav74)

    Great many thanks

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