Home Forums Basel support forum Centre text on top strip in header

Centre text on top strip in header

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

    ginhim
    Participant

    Hi there,

    How do I centre the text in the top header strip on the large breakpoint? At the moment it is left aligned and there is no easy setting to change that.

    #4075

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    Here is a code snippet that you need to place to the Custom CSS section in Theme Settings to achieve this

    .top-bar-left {
        text-align: center;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)