(Not logged on) | Register | Log On
Help!

Search the support forum

Search the rest of the site, including support FAQ:

 

What's Global Moxie?

Global Moxie is the hypertext laboratory of Josh Clark, a designer, developer, and author who offers workshops and consulting for iPhone app design. He’s also creator of Big Medium, a web content management system. Josh spins words and code from multimedia studios in Providence, RI, and Paris, France.

On Shelves

Books by Josh Clark

Tapworthy: Designing Great iPhone Apps

Best iPhone Apps: The Guide for Discriminating Downloaders

iWork ’09: The Mising Manual

You can subscribe to this discussion group using an RSS feed reader. Big Medium Support Forum

Help for the Big Medium CMS

Pullquote Width

Hi Josh,

I'm using the 'cup-o-joe' template and wondering how I might reduce the width (and possibly the color) of the pullquote? Also, is there a way to remove the large blue inverted commas that appear within pullquotes?

Thanks
Jerry
06/08/2010
 
 
Hi Jerry,

You can change the pullquote styles by editing the theme style sheet ("Layout>Edit Theme Style Sheet"). Find this entry:

blockquote.bmc_bigPullquote,
blockquote.bmc_smallPullquote {
    padding-left: 45px;
    background: #def url(bm.theme/quote.gif) no-repeat 3px 3px;
}

...and remove the "padding-left" and "background" lines to get rid of the quotation mark. Replace with whatever width you'd like to use instead. For example:

blockquote.bmc_bigPullquote,
blockquote.bmc_smallPullquote {
    width: 150px;
}

Hope that helps! As always, please let me know if you have any questions or otherwise run into any problems.

All best,
Josh
Josh Clark Send private email
06/08/2010
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics