Thumbnail logo size not working

Hi i am using agency theme and it is set for the thumbnails to show as 160 however it is much larger. It looks really big on phone display and even though I have set as a small size they keep showing large can you pls show me how to fix?

Also if you can send code to remove space at bottom (above footer) see screenshots.

Agency Theme not new one cheers.

not sure if space above footer is from “contact” spacing but I can’t get rid of it

Hi @businessbackpacker,

The space on top of the footer are for widgets. You have enabled it on X > Theme Options > Footer > Footer Widget Areas. Please choose NONE(DISABLED) if you don’t intend to add content on that area. If you want to add content, please go to Appearance > Widgets: See Footer 1, Footer 2 and Footer 3

For the image, try adding mobile-img-wrapper on the image section class field. Then add the following CSS on page content CSS

@media(max-width:480px){
    .mobile-img-wrapper{
        max-width: 150px; /*Adjust this accordingly*/
        margin: 0 auto;
    }
}

It’s good that the image is a little bit larger so when adjusted in size, it will still be sharp and clear. Now, you really intend to use a set image size, please share credentials inside a secure note so we can check your setup.

Hope this helps.

Perfect it is great thanks so much

You’re welcome. Glad we’re able to help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.