Okay
  Public Ticket #2690287
center an image in footer
Closed

Comments

  •  7
    Max started the conversation

    Hello,

    I would like to center an image (horizontally and vertically) only in the first column of the Footer.

    I searched but couldn't find a solution. Do you think you know how?

    thank you very much

  •  2,682
    Andrew replied

    Hi Max,

    Thank you for writing in.

    Please try this css:

    #footer-outer .widget.widget_media_image img {
        margin: 85px;
    }

    Thanks.

  •  7
    Max replied

    Thks a lot for your fast reply. It works fine.

    Also, he space between the bottom of the footer and the Copyright is very large. Is it possible to reduce it ?
    https://www.ichigoichi-e.com/couture4cameleon/

    Thks a lot

  •  2,682
    Andrew replied

    Hi Max,

    Please try this css:

    #footer-outer .row {
        padding: 8px 3px 0px 0px;
        margin-bottom: -23px;
    }

    Thanks.

  •  7
    Max replied

    it's better but it brokes the copyright footer.

    thks a lot

  •  2,682
    Andrew replied

    Hi Max,

    It seems okay from my end.

    Please send a screenshot for us to see how it appears from your end.

    Thanks.

  •  7
    Max replied

    Hi Andrew,
    It works fine now ! Only one thing, the text on the Copyright part is not going to the middle vertically. Have you a solution for that ?

    Thks a lot you're very helpful

  •  2,682
    Andrew replied

    Hi Max,

    Please send your admin login credentials so that we can have a closer look.

    Thanks.

  •   Max replied privately
  •  2,682
    Andrew replied

    Hi Max,

    The login credentials seems not to be working. Please check and resend.

    Thanks.

  •   Max replied privately
  •  2,682
    Andrew replied

    Hi Max,

    Please try this css:

    #footer-outer #copyright p {
        line-height: 18px;
        margin-top: -17px;
        text-align: center;
        margin-left: 404px;
    }

    Thanks.

  •  7
    Max replied

    Hi Andrew,

    it works!! thks a lot. I just changed some numbers to adjust.