Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #595080

    Hello – please see the link in the private box to the URL in question. You will see that each blog post has an image above it which is the featured blog post image but they are all slightly different sizes… is there anyway the size can be forced so the image size is uniform i.e all the same width and height? Please advise any way this can be done as i really need that, thanks

    #596382

    Hey mrcityrunner!

    Thanks for reaching out to us!

    You can add the following CSS in the Quick CSS field under the General Styling tab in the Enfold theme options:

    img.attachment-portfolio.size-portfolio.wp-post-image {
        width: 480px !important;
        height: 270px !important;
    }
    
    a.slide-image {
        width: 480px !important;
        height: 270px !important;
    }

    This will force all the images to be the same size. Just adjust the width and height to what you would like it to be.

    Regards,
    Jordan

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.