Portfolio image sizing on home page

Home Forums All Other Themes Portfolio image sizing on home page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #62677
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    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: industrial

    #62702
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    The 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.

    #62716
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi 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,
    Chris

    #62727
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank 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?

    #62752
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi 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,
    Chris

    #62753
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank 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?

    #62836
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi 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,
    Chris

    #62908
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Is there a way to have a “see more” button in place of the portfolio menu?

    https://snag.gy/VKMLBQ.jpg

    #62991
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi Laura,

    You can use button shortcode. If you do not want to show portfolio filter then add this shortcode:
    [photogallery filter="false"]

    Regards,
    Chris

    #63041
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, that worked.

    #63071
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    🙂

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Portfolio image sizing on home page’ is closed to new replies.