• Resolved wifiuk

    (@wifiuk)


    when i add a featured image i get an error where the main article is overlapping onto the feature image, the fix for me would be to add 100 to the bottom margin.

    This seems to fix it for me

    <div class="post-thumbnail" style="
        padding-bottom: 0px;
        border-bottom-width: 100px;
        margin-bottom: 100px;
    ">
    	<img width="500" height="146" src="https://www.howtophotoshop.co.uk/wp-content/uploads/2015/03/New_Layer.png" class="attachment-post-thumbnail wp-post-image" alt="New_Layer.png">	</div>

    but in the css file, im not exactly sure where to put my margin bottom …..

Viewing 1 replies (of 1 total)
  • Thread Starter wifiuk

    (@wifiuk)

    dont worry found it

    /**
     * 6.1 Post Thumbnail
     * -----------------------------------------------------------------------------
     */
    
    .post-thumbnail {
    	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
    	display: block;
    	position: relative;
    	width: 100%;
    	z-index: 0;
            margin-bottom: 100px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Featured image on Twenty Fourteen’ is closed to new replies.