Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello cellardoorstudiosuk,

    I was just looking around a bit and it appears that your images are wrapped n p tags. On all pages except the home page the paragraph tags with images are set to “text-align: center;” but on the home page they do not have this style applied.

    You could add that to your paragraphs that contain images on the home page or add the following to your child themes style.css:

    .home .textwidget .aligncenter {
        display: block;
        margin: 0 auto;
    }

    either one should do the trick.

    Hope that helps

    Thread Starter cellardoorstudiosuk

    (@cellardoorstudiosuk)

    Hi Bill,

    Worked perfectly. Extremely grateful for your help. Good karma being sent your way!

    Many thanks,

    Benjamin

    Glad I could help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pictures wont allign center on home page’ is closed to new replies.