Home › Forums › All Other Themes › Portfolio image sizing on home page
- This topic has 10 replies, 2 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 20, 2017 at 8:43 pm #62677
How do I reduce the size of the portfolio images so each row takes only 2/3 of the width of the site page?
http://mysbiz.com/tempfirm/
template: industrialFebruary 21, 2017 at 4:54 am #62702The images on the home page are blurry, but the images on the internal portfolio page view correct. That is why I wanted to shirk the images on the home page, but any solutions you can recommend I would appreciate.
February 21, 2017 at 5:53 am #62716Hi Laura,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#Grid .mix { width:25%; height:337px;}
#Grid .mix img { min-height:337px;}.page #Grid .mix { width:33.3%; height:349px;}
.page #Grid .mix img { min-height:349px;}Regards,
ChrisFebruary 21, 2017 at 7:09 am #62727Thank you, that worked. But now there is 4 images per line. Is there a way to keep 3 images per line and have white space on the sides?
Is there a way to have the entire image show with no cut off at the bottom?
February 21, 2017 at 10:01 am #62752Hi Laura,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
Remove last CSS:
#Grid .mix { width:25%; height:337px;}
#Grid .mix img { min-height:337px;}.page #Grid .mix { width:33.3%; height:349px;}
.page #Grid .mix img { min-height:349px;}And this CSS
#photo-gallery .container { width:1170px;}
#Grid .mix { width:33.3%; height:390px}
#Grid .mix img { min-height:390px;}@media screen and (max-width:1169px) {
#photo-gallery .container { width:100%;}
}Regards,
ChrisFebruary 21, 2017 at 10:09 am #62753Thank you. That worked. I have only one more question. Are all of the portfolio images supposed to show on the home page, not just the 6 we have showing?
February 22, 2017 at 7:15 am #62836Hi Laura,
If you want to show all the images in gallery then remove the show=”6″ option from the shortcode. So it should be
[photogallery filter="true"]
Regards,
ChrisFebruary 22, 2017 at 6:30 pm #62908Is there a way to have a “see more” button in place of the portfolio menu?
https://snag.gy/VKMLBQ.jpg
February 23, 2017 at 9:04 am #62991Hi Laura,
You can use button shortcode. If you do not want to show portfolio filter then add this shortcode:
[photogallery filter="false"]
Regards,
ChrisFebruary 23, 2017 at 5:51 pm #63041Thank you, that worked.
February 24, 2017 at 4:45 am #63071🙂
-
AuthorPosts
- The topic ‘Portfolio image sizing on home page’ is closed to new replies.