Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Norbert

    (@norbusan)

    I added an issue to github: https://github.com/norbusan/piwigopress/issues/7 Please feel free to send patches or follow the issue there.

    I’ll look into it

    Norbert

    Plugin Author Norbert

    (@norbusan)

    Hi, once again me,

    I think you can (and should) do this already with CSS. Please add custom CSS type. The code generated looks like

    <div id="..." class="PiwigoPress_photoblog">
       <div class="PWGP_shortcode <something>">
          ...img...
       </div>
    </div>

    That means with some simple CSS code added to your child theme or custom css file, images can be aligned horizontally:

    .PiwigoPress_photoblog {
      display:inline-block;
    }
    .PWGP_shortcode {
      display:inline-block;
    }

    Does hat solve the problem for you? I don’t see much simpler way.

    Plugin Author Norbert

    (@norbusan)

    Closing this item as I have added the above description also the the FAQ section for the next release.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple photo's’ is closed to new replies.