• Resolved aniraka

    (@aniraka)


    Hi everyone!

    I’m having trouble centering images on my portfolio page (its visible only for images that are in portrait orientation, because all others are displayed at full width, which I don’t want for portraits). In the html code I see that it is embedded in <figure class=”aligncenter”>, but it’s not centering the image within the block.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Should be able to fix it using the following in Appearance->Customize->Additional CSS

    .site-content .portfolio-media .aligncenter {
    	text-align: center;
    }
    Thread Starter aniraka

    (@aniraka)

    wonderful! thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘aligncenter doesn’t provide centered images’ is closed to new replies.