Title: Help with posts/featured image size/thumbnails
Last modified: August 21, 2016

---

# Help with posts/featured image size/thumbnails

 *  Resolved [diaryofaformerlyfatgirl](https://wordpress.org/support/users/diaryofaformerlyfatgirl/)
 * (@diaryofaformerlyfatgirl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/)
 * Ahh! I updated to the newest WordPress and the newest Marla, and suddenly my 
   images are huge! Not all of them, but all of the ones on my ‘top posts and pages’,
   and some of the thumbnails for my posts– though not all of them.
    Is there a 
   way to fix this? I am not a code-fluent person, so I’d appreciate (if the fix
   is code) if someone could walk me through it, telling me exactly what to type
   and where. My url is [http://www.DiaryofaFormerlyFatGirl.com](http://www.DiaryofaFormerlyFatGirl.com)
   Thanks!!

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Theme Author [ceslava](https://wordpress.org/support/users/ceslava/)
 * (@ceslava)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307695)
 * Hi,
 * In order to adjust that widget you can copy and paste this code in the Extra 
   CSS Code on the Marla configuration page
 * `.widgets-grid-layout .widget-grid-view-image img {max-width: 150px;min-width:
   1px;min-height: 1px;`
 * Let me know if it´s fixed with this.
 * Best regards!!
 *  Thread Starter [diaryofaformerlyfatgirl](https://wordpress.org/support/users/diaryofaformerlyfatgirl/)
 * (@diaryofaformerlyfatgirl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307701)
 * Ah, thank you so much! That was the perfect fix for my widget. Some of the posts,
   though, still have really giant photos– almost like they have zoomed in way too
   much. Some are normal and just as they were, but others have this zoomed-in effect.
   If you go to my site and scroll down until you hit ‘Tomato, Tofu, & Feta Stuffed
   Peppers’, you’ll see what I mean.
    Thank you again for your great and responsive
   help– you’re a lifesaver!!
 *  Theme Author [ceslava](https://wordpress.org/support/users/ceslava/)
 * (@ceslava)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307709)
 * Hi,
 * I guess you mean the twitter button at the beginning of the post, you can add
   this code
 *     ```
       .twttr_button {
       clear: both;
       margin-bottom: 5px;
       }
       ```
   
 * Although It´s not neccesary since you have the twitter button at the right of
   your posts.
 * Marla always display a full width 510px of every image on single posts by default.
   If you want use a smaller width add a left or right alignment or use this code
   on the editor:
 * `<img style="width:(the real width of the image smaller than 510px)px; margin-
   left:0"`
 * I hope this help
 *  Thread Starter [diaryofaformerlyfatgirl](https://wordpress.org/support/users/diaryofaformerlyfatgirl/)
 * (@diaryofaformerlyfatgirl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307711)
 * Ah, no, I don’t mean the Twitter button– I mean, on the main page, the ‘featured
   image’ that comes up for my posts. Does that make sense?
 *  Thread Starter [diaryofaformerlyfatgirl](https://wordpress.org/support/users/diaryofaformerlyfatgirl/)
 * (@diaryofaformerlyfatgirl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307742)
 * See, the problem I’m talking about is with the ‘featured image’ on the main page…
   if you scroll down, you’ll soon see how many of the ‘featured images’ for different
   posts are very, very zoomed in on the main page
 *  Theme Author [ceslava](https://wordpress.org/support/users/ceslava/)
 * (@ceslava)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307757)
 * I see, that´s because those images has not a right thumbnail, I guess those posts
   were created before you installed Marla Theme.
 * Fortunately there is an easy way to fix it. Install this plugin: [http://wordpress.org/plugins/regenerate-thumbnails/](http://wordpress.org/plugins/regenerate-thumbnails/)
 * Once you run it it will create a proper feature image not so big.
 * Best regards !
 *  Thread Starter [diaryofaformerlyfatgirl](https://wordpress.org/support/users/diaryofaformerlyfatgirl/)
 * (@diaryofaformerlyfatgirl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307798)
 * ah, this is the perfect fix– thanks so much!!
 *  [skitadmin](https://wordpress.org/support/users/skitadmin/)
 * (@skitadmin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307991)
 * I created a standard post with a link to a page in my site, but the link doesn’t
   display. I have to choose a different post type to get the link to display, but
   then I lose the title bar on the post. Is there a way to have both the title 
   bar and an active hyperlink in a post?
 * skittheatre.com
 *  Theme Author [ceslava](https://wordpress.org/support/users/ceslava/)
 * (@ceslava)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307992)
 * Hi,
 * You could create a link [http://marla.ceslava.com/en/type/link/](http://marla.ceslava.com/en/type/link/)
   and add the title manually at the beginning of the post with this code
 *     ```
       <header class="entry-header">
       		<h1 class="entry-title"><a href="http://marla.ceslava.com/" rel="bookmark">Title</a></h1>
       </header>
       ```
   
 *  [skitadmin](https://wordpress.org/support/users/skitadmin/)
 * (@skitadmin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307993)
 * The code provided above worked great. I got the header to look like I wanted 
   and I got the link in the body of the post. However, I’m getting a white line
   at the top of the box.
 * Any way to remove that? It’s on our home page, skittheatre.com, the post entitled,
   Visit Narnia with S.K.I.T.
 *  Theme Author [ceslava](https://wordpress.org/support/users/ceslava/)
 * (@ceslava)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307994)
 * Add this to the Extra CSS code
 * `#post-1569 .entry-summary {margin-top:0}`
 *  [skitadmin](https://wordpress.org/support/users/skitadmin/)
 * (@skitadmin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307995)
 * Worked like a charm. Thank you!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Help with posts/featured image size/thumbnails’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/marla/2.0.9.2/screenshot.png)
 * Marla
 * [Support Threads](https://wordpress.org/support/theme/marla/)
 * [Active Topics](https://wordpress.org/support/theme/marla/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/marla/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/marla/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [skitadmin](https://wordpress.org/support/users/skitadmin/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/help-with-postsfeatured-image-sizethumbnails/#post-4307995)
 * Status: resolved