Home Forums WoodMart support forum footer column image size

footer column image size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #73266

    [email protected]
    Participant

    Hi,

    I engaged to change the image in footer column, but the image is still in the width as the this column’s width, the only change is the image’s clarity.

    #73269

    Hello,

    Your issue is not clear enough. Please send your site URl, if your site is under maintenance, please send your site admin access. Also, provide the screen with explanation.

    Best Regards

    #73306

    [email protected]
    Participant

    My site is below, you could see the image of the footer scaled to fill the whole column.

    #73315

    [email protected]
    Participant

    I used this CSS below to shrink the image in case the image tiles to the whole column, But I couldn’t adjust the postion of the image to the center of the column, could you give me a favor?

    CSS:
    .footer-column-1 img {
    width: 50%;
    text-align: center;
    }

    #73342

    Hello,

    Please try this code, add this code to the Theme Settings > Custom CSS:

    #media_image-3 img{
    display:block;
    width:50%;
    max-width:150px;
    min-width:150px;
    height:auto;
    margin:0 auto;
    }

    Best regards

    #73344

    [email protected]
    Participant

    It works, thanks!

    #73346

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘footer column image size’ is closed to new replies.