Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #51039
    reefadmin
    Member

    Hi, when I change the window size of this site the footer image is not decreasing with the window. How can I ake the image size ‘fixed’ please?

    Thanks

    http://176.32.230.24/hayleys-little-explorers.co.uk/

    #51041
    Sakin
    Keymaster

    @reefadmin: Just try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-generator img {
        display: block;
        height: auto;
        max-width: 100%;
    }
    #51047
    reefadmin
    Member

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer image not resizing’ is closed to new replies.