• Is it possible to alter the way the photos are formatted (i.e. put them in a horizontal line/fit them into a carousel, etc.)? I’m trying to format onto a page and would like some flexibility with how the photos fit onto the page.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I put mine horizontal by putting the image short code in a div with the class=”google-images”

    and then added this to custom css

    .google-images img{width:33%; padding:2px}

    result is 3 wide wrap on the images.

    @winthropweb

    Could you explain step by step please?

    Thanks,

    Uzzy

    Sure, When using the short link in your pages like [wp_places photos] wrap it in a div with a class name like

    <div class"google-images">[wp_places photos]</div>

    Then in the Dashboard go to Appearance >> Customize >> and then go to Additional CSS.

    In that area add your styles. In mine i simply used

    .google-images img{width:33%; padding:2px}

    this gave me the images 3 in a row with a small space in between them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Photos formatting’ is closed to new replies.