• Resolved Mark

    (@fifaskillgames)


    Hello, I was wondering if anyone could tell me how to get rid of the unwanted space between the featured image and post footer on the homepage. Currently there is a large gap between the featured image and ‘tags:’. This is the same for every post on the homepage.

    The current theme I am using is iFeature Pro.

    Also if anyone could tell me how to get a post title background on the homepage it would be much appreciated

    My website is http://www.fifaskillgames.com

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Mark

    (@fifaskillgames)

    p.s. I have tried reading through my style.css, single.php and index.php with no luck. I can’t find what needs to be changed and the style.css sheet is 17 lines long??

    Can anyone help?

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you a Child Theme or Custom Style plugin?

    Thread Starter Mark

    (@fifaskillgames)

    Im not sure, its the theme called iFeature pro?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You shan’t edit the theme’s stylesheets, but use a Child Theme or use Custom CSS Manager.

    When you have either, let us know and we can help you further.

    Thread Starter Mark

    (@fifaskillgames)

    Ok, I will leave the theme’s stylesheets alone. There is an option where I can add custom CSS if that is any help?

    Thanks Mark

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    here is an option where I can add custom CSS if that is any help?

    Yes that should help instead.
    In the area where you can add Custom CSS, add;

    .featured-image {
     margin-bottom: 0;
    }
    
    .post .clear {
     height: 0;
    }

    Thread Starter Mark

    (@fifaskillgames)

    Thanks so much, that’s seemed to work!! is there anyway I can shift the “Published on August 14, 2012 by _________” below the featured image and above the tags?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You should move some code around in the file that displays that page.
    Is it a template file, assigned to that page?
    If so, look at that template file.

    If you still can’t figure it out, Pastebin.com the contents of that template file and link us.

    Thread Starter Mark

    (@fifaskillgames)

    is that the Main Index Template(index.php)or Page Template
    (page.php)? Will paste over now, have looked through both but couldn’t figure it.

    Thread Starter Mark

    (@fifaskillgames)

    alternatively, is there any way to get a post title background on the homepage similar to the widget title backgrounds? I think that would make it look abit better.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Unwanted space after homepage featured image and post footer’ is closed to new replies.