Home › Forums › Free Themes › Trade Line › Resizing Featured Image on page
- This topic has 5 replies, 2 voices, and was last updated 8 years ago by wensolutions.
-
AuthorPosts
-
November 30, 2016 at 5:46 pm #24688DLCMSParticipant
Is there a way to change the size of the featured image on a page? I tried resizing the image to a smaller pixel density but it still shows just as big on the webpage. Thanks in advance.
November 30, 2016 at 10:42 pm #24691wensolutionsKeymasterHello @DLCMS,
The Free version of the Trade Line theme only has the option to either hide or display the featured image in Large image size in the page / post. You can control the image size of the page by using some Custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS as given below to control height and width of the image :
.page .entry-content img.aligncenter.wp-post-image { height: 300px; width: 434px; }
Alternatively, you can also choose to upgrade to the Pro version of the theme that already contains the feature you are looking for along with many other amazing features. To know about this and other features of the Trade Line Pro theme see the link here : http://themepalace.com/downloads/trade-line-pro/
Hope this Helps,
Best regards !!
December 2, 2016 at 2:15 pm #24835DLCMSParticipantI actually do have the pro version I posted on the wrong page, how do I do it with the pro version?
December 4, 2016 at 10:39 pm #24925wensolutionsKeymasterHello,
In the pro version of the Trade Line theme please go to your Admin Dashboard > Appearance > Customize > Theme Options > Layout Options > Image in Single Post/Page Setting.
Under this setting option you can choose to select various image sizes for the single post page featured image display size. Select your desired image size and save your changes to get the image size displayed in the posts / page.
Hope this Help.
Best Regards !!
December 5, 2016 at 4:56 pm #24972DLCMSParticipantThank you. I was able to change the setting from the large setting to medium, which is too small for my preference. Is there anyway to have a size somewhere inbetween large and medium image size? Thank you!
December 5, 2016 at 11:36 pm #24988wensolutionsKeymasterHello,
The image sizes available in the drop-down list are the registered image sizes currently in the Trade Line Pro theme.
For the “in-between” size we would require to use the Custom CSS giving the custom height / width to the image statically.
The CSS that can be used for the custom image size is :
.page .entry-content img.aligncenter.wp-post-image { height: 300px; width: 434px; }
Changing the value to your desired size, you can achieve the “in-between” image size for your pages.
Hope this Helps,
Best Regards !!
-
AuthorPosts
- You must be logged in to reply to this topic.