Home › Forums › Handy Theme Support › Handy Man Featured Projects
- This topic has 7 replies, 2 voices, and was last updated 5 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 8, 2018 at 11:54 pm #98673
Is there a way to order the Featured Projects items, also what is the photo size that needs to be used for the featured photos?
April 9, 2018 at 7:27 am #98699Hi,
Kindly show us your website URL?
Regards,
BradApril 11, 2018 at 12:23 am #98834http://www.coolinglouisvilleky.com/. The read boxes. Not sure what the size of the photos we need to put in there, and on how to order them differently
April 11, 2018 at 12:48 pm #98899Hi,
Kindly use this plugin for ordering Featured Projects: https://wordpress.org/plugins/intuitive-custom-post-order/ and use image of size 300px*130px.
Regards,
BradApril 17, 2018 at 12:37 am #99265migrated the site to http://www.wrightmechanical.com/, still having issues with photos in the red box, they are stretching and instead of shrinking, doesn’t matter what size we use for photos. can you help, please?
April 17, 2018 at 12:19 pm #99312Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.prod-thumb { clear: both; width: 80%;} .prod-thumb img { width:auto;}
Regards,
BradApril 19, 2018 at 2:41 am #99541That last one work thanks you. Now have another issue. on the main page, the four boxes under Who we are are not spacing out correctly, can you help with that thanks again for everything http://www.wrightmechanical.com/,
April 19, 2018 at 1:19 pm #99608Hi,
Kindly go to Appearance >> Editor >> Style.css >> line no 487
Remove .feature-box:nth-of-type(4n) { margin-right: 0px !important;}
And add this new css there .feature-box:nth-child(4n+4) { margin-right: 0 !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.