Options

RSS Feed for tumblr blog - OK but how do I get it wider?

cmjdaviescmjdavies Registered Users Posts: 18 Big grins
edited October 28, 2013 in SmugMug Customization
Hi,

I've embedded my tumblr blog into my site which is great and it even keeps my theme but the titles are a bit large and even though the content block is 100%, the text only goes about 40% before wrapping. I wouldn't mind but it's not even centred. Am I doing something wrong or do I need some css?

www.chrisdaviesphotography.com

Thanks

Chris

Comments

  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited October 8, 2013
    This CSS should do it for you:

    .sm-feed-item-title, .sm-feed-item-description {
    max-width: 100% !important;
    }
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    cmjdaviescmjdavies Registered Users Posts: 18 Big grins
    edited October 9, 2013
    Smug Eric wrote: »
    This CSS should do it for you:

    .sm-feed-item-title, .sm-feed-item-description {
    max-width: 100% !important;
    }

    Hi Eric,

    Thank you very much for that. I've had a play and I think 75% works nicely. I've noticed that is creates a title using the first line of text and I don't like it. How do I hide the .sm-feed-item-title ?

    I just think that the original tumblr feed is really neat and tidy and I want it to look similar, just in the new black colour scheme of my awesome new site.

    Thanks so much for the assistance,

    Chris
  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited October 9, 2013
    .sm-feed-item-title {
    display: none !important;
    }

    That should hide the titles.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    cmpgsmugmnugcmpgsmugmnug Registered Users Posts: 6 Beginner grinner
    edited October 28, 2013
    Thanks!
    Thanks Eric,

    That was driving me crazy!
Sign In or Register to comment.