• I am wanting to decrease the size of the “Clients” widgets thumbnails on the home page. I am actually calling them “Affiliates” instead of clients and the current featured image size is 450×400 ==
    I am about to attempt changing the featured image size to a smaller ratio but if there is a better way to proceed please let me know?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Can you please provide a link to live website and some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter lthorley

    (@lthorley)

    The link was in my previous message but here it is again:
    https://dev.ashandassociates.net/

    Scroll down to the Affiliates section – formally labelled as Clients. I am trying to make the thumbnails displayed smaller. Hopefully the size of Footer afterthoughts and not huge icons like Projects and services.
    Thanks

    Hello, there was different link in your previous message.

    Try to use the following CSS code. You can add CSS code in Customize → Additional CSS section.

    .client-thumb img {
        max-width: 100px;
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter lthorley

    (@lthorley)

    Perfect!!!! Can I assume that the same code works if I use different names – Projects, services, etc?

    Hello,

    Yes, something like that should work for services and projects as well.

    But you should use .service-thumb and .project-thumb classes respectively.

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Clients Thumbnail size on Homepage’ is closed to new replies.