• Hi,

    I have a long site slogan (that replaces the default “just another wordpress site”).

    Using Atristeer to develop the theme, I can put line breaks (<br />) into this slogan, but once I activate the theme in WP I lose these. I can’t add them in the slogan field in the admin section (they just show up as plain text in the slogan). Is there a way to six this?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Probably by adjusting your theme’s CSS but this is notoriously problematic on Artiseer-created themes.

    Thread Starter milauskas

    (@milauskas)

    Hi Esmi,

    I’m not sure what I’d do to the css (except maybe limit the width–but that won’t guarantee that a line breaks where I want it to).

    Just so I’m clear, in Settings>General>Tagline I have something like this:

    Buying and Selling Rare Coins, Precious Metals, Jewelry 818-xxx-xxxx

    What I’d like is:

    Buying and Selling Rare Coins
    Precious Metals, Jewelry
    818-xxx-xxxx

    So that it shows up on the page like:

    Buying and Selling Rare Coins
    Precious Metals
    Jewelry 818-xxx-xxxx

    Thread Starter milauskas

    (@milauskas)

    SOrry, I should have used code for the stuff under “what I’d like is:”

    e.g.,

    Buying and Selling Rare Coins <br />Precious Metals, Jewelry
    <br />818-xxx-xxxx

    You could probably so it by limiting the width of the tagline to something like 15ems( to start with) and then experiment with the value to get it just right. The issue with Artiseer themes is that they tend to use very generic classes that are used multiple times in the one page. So it can be really difficult to really focus the CSS based on specificity.

    If you posted a link to your site, perhaps we could take a look at it and see if it’s possible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Put line breaks in site slogan?’ is closed to new replies.