Viewing 2 replies - 1 through 2 (of 2 total)
  • caused by an additional left margin added via this style in your theme’s style.css:

    .blog-lg-area-left dl, .blog-lg-area-right dl, .blog-lg-area-full dl { ..... }

    suppress this for example by adding this new CSS (in style.css of a child theme, or via a custom CSS plugin):

    .blog-lg-area-left dl.gallery-item { margin-left: 0; }

    for more details, and to alert the theme’s developer to this problem, please post in your theme’s support section at https://wordpress.org/support/theme/appointment#postform

    Thread Starter ArtimisK

    (@artimisk)

    Thank you very much Michael <3

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘gallery image problem with appointment theme’ is closed to new replies.