wider blogposts
-
I do have the theme “Snaps” I love the full size header.
My question is: How do I get wider posts? I want my pictures and blogpost to be 960 px.
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following CSS will widen your images to 960px.
#posts .featured-image, #posts .entry-header, #posts .entry-content { width: 100%; } -
Hi there,
Give the following a try. It adjusts width of posts/images on the home page:
#posts .featured-image, #posts .entry-header, #posts .entry-content { width: 960px; }And the following code is for individual posts. I increased the width of content area and decreased the meta (date, author etc.) width:
.single .entry-meta-wrap { width: 11%; } .single .entry-content-wrap { width: 80%; }Adjust as desired. :)
-
-
-
@adaekrem, the theme you are using now on http://adaekrem.wordpress.com/ is Hemingway Rewritten, not Snaps. CSS is theme specific and seldom does the CSS for one theme work on another. Are you wanting help with Hemingway now, or are you wanting help with Snaps? If Snaps, is it on a different site?
- The topic ‘wider blogposts’ is closed to new replies.