RSS Feed for tumblr blog - OK but how do I get it wider?
cmjdavies
Registered Users Posts: 18 Big grins
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
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
Travel and Adventure Sports Photographer
www.chrisdaviesphotography.com
@cmjdavies
+ChrisDavies
Chris Davies on Facebook
www.chrisdaviesphotography.com
@cmjdavies
+ChrisDavies
Chris Davies on Facebook
0
Comments
.sm-feed-item-title, .sm-feed-item-description {
max-width: 100% !important;
}
Support Hero and Customeister
http://www.smugmug.com/help
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
www.chrisdaviesphotography.com
@cmjdavies
+ChrisDavies
Chris Davies on Facebook
display: none !important;
}
That should hide the titles.
Support Hero and Customeister
http://www.smugmug.com/help
Thanks Eric,
That was driving me crazy!