• Resolved Idea Pitch

    (@sedationvacation)


    Hello,
    any help is appreciated. I would like the tagline to show up as two lines of text (centered) instead of one long line.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just add a <br /> where you want the line to break.

    like this:

    This is my tag line <br />
    This is the second line

    as for centering you can add this to your custom css box in the theme options > advanced settings:

    .kad_tagline {
    text-align: center;
    }

    But it depends on how your logo is set up as to what “center” actually is.

    Kadence Themes

    Thread Starter Idea Pitch

    (@sedationvacation)

    Thanks..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tagline-How to make it two lines instead of one’ is closed to new replies.