Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor devcon2

    (@devcon2)

    Hi nickchen984,

    If I understand correctly, try adding the following css:

    li.pgm-portfolio-list-item a {
      background-position: center;
    }
    Thread Starter nickchen984

    (@nickchen984)

    Hi devcon2, thank you for your response. Where can I put the css code in?

    Plugin Contributor devcon2

    (@devcon2)

    It should go into your style.css file. Access your files and go into /wp-content/themes/yourtheme/style.css

    However before making any changes, it’s always recommended to first make a child theme. WordPress has instructions on it here: https://codex.www.ads-software.com/Child_Themes

    Alternatively, you can go to appearance –> editor. Find the style.css file on the right hand side and paste it in there. However, if you make an edit without using a child theme, your changes will be removed the next time you update your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make thumbnail picture at middle?’ is closed to new replies.