• Resolved DrGiz

    (@drgiz)


    Hi all love the theme! Im in the middle of customising it to my needs and one thing I would like to do is add depth by having my featured image associated with a post to overlap the edge of the content box, a bit like how they are displayed on the http://www.nrcc.org website. Can this be done with Fruitful as I really love the effect it has on a site. my site can be found at thebluenation.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Open the css goto line number 10 remove the margin-left:-20px and change the width 598px http://350f2h3jkir93bsly2c4imnks5.wpengine.netdna-cdn.com/wp-content/themes/NRCC2013/style.css

    code is :

    section.blog article > .middle {
    background: none repeat scroll 0 0 #222222;
    border-bottom: 3px solid #D4422F;
    color: #FFFFFF;
    position: relative;
    width: 598px;
    z-index: 100;
    }

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Hello Piyush. Remember this note to you yesterday?

    https://wordpress.org/support/topic/how-to-add-info-into-the-footer?replies=5#post-5121169

    I’m going to repeat it here now. 😉

    @piyush Pujara: Please stop advising people to edit their themes.

    Do not edit the theme itself. First create a child theme for your changes.

    Really (and again) please stop giving out that CSS advice without mentioning creating and activating a child theme or using a custom CSS plugin.

    DrGiz the link that Piyush gave you is incorrect. That not the file and is a content deliver network file.

    Your file has this header.

    Theme Name: NRCC 2013
    Theme URI: http://www.nrcc.org
    Description: Custom theme for the National Republican Congressional Committee
    Author: Daniel Abernathy
    Author URI: http://www.twitter.com/dabernathy89

    In this case it appears to be a custom theme but without seeing the original file (link please) it’s hard to explain which line may be edited. A custom CSS plugin maybe the better way to go if you can’t contact the theme author.

    Thread Starter DrGiz

    (@drgiz)

    Hi Jan, yes unfortunately the NRCC theme is a custom theme. I doubt they would tell me how they did it lol

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make Featured Image overlap content box’ is closed to new replies.