Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #55193
    Jesse
    Member

    I am loving using this theme and would highly recommend it to anybody looking for a nice clean professional theme. However with that said I am having a few minor issues with the most pressing involving the “Featured Content”.

    Problem number one, the images I have set for the Featured Content are not centered.

    Problem number two, the images for the Featured Content are displayed in a vertical fashion instead of horizontal on iPhones or mobile devices.

    http://www.casehardintexas.com

    Thank you in advance!

    #55194
    Jesse
    Member

    I have tried the following custom CSS codes with no luck.

    #featured-post .post {
    text-align: center; }

    #featured-post .wp-post-image{
    display: block;
    margin: 0 auto; }

    #55238
    Sakin
    Keymaster

    @Jesse:
    1. For featured content image center, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    #featured-content .featured-homepage-image { text-align: center; }

    The image on mobile, that is intentional and if you want to make it like desktop then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    @media screen and (max-width: 990px) {	
        #featured-content.layout-four .hentry:nth-child(2n+1) {
            clear: none;
        }
        #featured-content.layout-four .hentry {
            float: left;
            width: 25%;
        }
    }
    #55273
    missfudd82
    Member

    Hello,

    The images in my featured sliders are not filling the whole slider. I still have a gray space on my sliders. I want the image to completely fill the slider like before. Does that make sense? I didn’t have this problem before, but now I am. I tried using the code: #featured-content .featured-homepage-image { text-align: center; } but it is not working.
    My site is http://www.blogxpressions.com

    Please advise on what I should do. Thank you.

    #55284
    Sakin
    Keymaster

    @missfudd82: Sorry you are posting Simple Catch Theme question in Full Frame Pro theme support forum. For Simple Catch theme support forum, you can post it in http://catchthemes.com/support-forum/forum/simple-catch-public/. I just check in your site and see that some of the post in your slider doesn’t have large image. You featured image on those posts need to be at least 978px width to fit it. So, either upload the larger featured image or you can stretch the image by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .featured img { width: 100%; }

    #55866
    Jesse
    Member

    Thank you Sakin… Those worked perfectly!!!

    Great product and GREAT support!!!

    #55901
    Sakin
    Keymaster

    @Jesse: Thanks for our appreciation 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Featured Content image alignment’ is closed to new replies.