Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59724
    calchandoman
    Member

    so i want to fit 1280X720px images for my featured content images because it looks better on the actual page/post but in the featured content row on the home page the images are getting cut off.

    is there a way that i can fit the whole image in those preview row columns? and also is there a way to reduce the left and right margin for the featured content rows and columns?

    thank you – cal chan

    link: http://www.calchandesigns.com

    #59752
    Sakin
    Keymaster

    @calchandoman: You are using Full Frame Free theme, which uses Featured Page Content. So, it will automatically take featured image of that page with image size of 400px by 225px. To change this in free version, you need to build child theme and edit the image size. But if you upgrade to pro version, you can use Featured Image Content instead of Featured Page Content, where you can upload image of your own choice and link to anywhere you like.

    To reduce the space in left and right of featured content page, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 991px) {	
    	#featured-content .hentry {
    		padding-left: 10px;
    		padding-right: 10px;
    	}
    }
    #59791
    calchandoman
    Member

    in the full version would i be able to get featured images to be full width on any screen ratio?

    #59806
    Sakin
    Keymaster

    @calchandoman: In Full Version, you have option to select Featured Content Type from Featured Page Content to “Featured Image Content”, where you will get independent image upload for that image and it will load the original image that you upload it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘fitting images in featured content row’ is closed to new replies.