• hi, hope all is well.

    the images on my home page don’t seem to be centered on the mobile look.

    I don’t know how to code nor ? m a designer. this is my first time making a page. ? m learning along the way.

    ? did search for solutions for this but couldn’t find the right answer.

    ? m seeking help with this problem.

    Thanks in advance for the support.

    My Best

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css:

    @media screen and (max-width: 780px) {
      figure {
        margin: auto !important;
      }
      img {
        display: block;
        margin: auto;
      }
      .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter metometo22

    (@metometo22)

    thanks for the support. ?t worked out great. ? can’t thank you enough.

    ? wish the best for all the commmunity.

    My best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to centre image at the mobile home page’ is closed to new replies.