Support » Themes and Templates » Wrap site title / tagline over 2 lines in Motion theme

  • Resolved SoutraDesign

    (@soutradesign)


    Hi I am trying to edit Motion theme to get the site Title (Wild Harvest Scotland) to wrap onto 2 lines and the same with the tagline below (foraging and brewing in the Scottish Borders) Can anyone help with this please?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does that theme come with a section in the dashboard named something like, “Custom CSS” or “Jetpack”?

    Thread Starter SoutraDesign

    (@soutradesign)

    thanks for your reply. I have installed Jetpack plugin and I think there is a Custom Css option with theme

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the Custom CSS section, try adding this;

    #logo h1 {
     width: 300px;
    }
    
    #logo #desc {
     left: 60px;
     position: relative;
     width: 150px;
    }

    Thread Starter SoutraDesign

    (@soutradesign)

    Hi Andrew.The option is actually ‘Edit CSS’ will that do? When I paste in the code I get a warning that ‘Heading h1 should not be qualified’ what does that mean?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, I don’t know what that means.

    Thread Starter SoutraDesign

    (@soutradesign)

    OK I will try it anyway and see what happens

    Thread Starter SoutraDesign

    (@soutradesign)

    Thanks Andrew, with a bit of adjustment in sizes that has worked. Great!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wrap site title / tagline over 2 lines in Motion theme’ is closed to new replies.