• Hello,

    I am trying to get the images at the bottom of this page to centre and reshuffle in a centred way when the screen goes narrows responsively. Can anybody give me a tip on how to do this successfully. This is the page:
    https://www.i-am-well-fit.com/

    Here is what I have tried:

    .follow_me {
        display: block;
        margin-top: 1.5em;
    text-align: centre;
    }
    
    .follow_me img {
          display: inline-block;
      margin-bottom: 20px;
    margin-left:auto; margin-right:auto;
    }

    Probably something really simple! Thanks

  • The topic ‘Centre align images side by side’ is closed to new replies.