- This topic has 3 replies, 2 voices, and was last updated 3 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Change default image size
Tagged: "home middle", columns, default image sizes, layout
Hi, I would like to change the default image size for the featured page widgets for the 3 column layout (for Home Middle). I need to add more height to each image, not width. I cannot find anywhere in the three stylesheets where these parameters are set. Can you please point me in the right direction?
Or would it be better to add an additional image size for a three column layout? Where should I do this? Can you supply the exact coding?
Many thanks!
See the codex https://developer.wordpress.org/reference/functions/add_image_size/ . You can create new image size.
Hi Chinmoy, thank you for the answer but I guess I should have asked for more specific information that simply “pointing me in the right direction”. Sorry, but I am not a developer, just a user who is able to make changes to .php and .css files upon instructions.
After reading the link you sent this seems like a really complicated process with changes to several files. (When did WordPress grow so unwieldy?). All I want to do is change one parameter of one preset image size.
Can you please let me know in which file the default image parameters are set, specifically for the 3-column “img-3-columns (345×185)” default size? I have checked several files but cannot locate this. I just want to change it to “img-3-columns (345×245)”. I have tried just using the FULL size with images at those exact dimensions, but the third “Featured Page” widget does not fit onto the same row as the the first two, hence the need to modify and use the “img-3-columns” preset.
Many thanks,
Kevin
Found the file and have discovered that the width problem is based upon an alignment issue with the widget plugin I am using. Thank you for your patience.