Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    Unfortunately it is impossible. You can select necessary images quantity based on the number of colunms and adjust styles for gallery in order to create columns view.

    Regards,
    Oksana

    Hi Paquito

    I took a look at your page and saw you got this working.

    Would you mind telling me how you managed to achieve this please as I’ve been trying to work it out myself?

    Many thanks

    Jo

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello Jo,

    Could you please tell me about which page you are talking about?

    Best regards,
    Oksana

    Hi Oksana,
    No problem at all.
    On Paquito’s website where it is working as I would like the link is here
    And on my website where it is currently displaying vertically instead of horizontally it’s here

    Thank you

    Is there anyone else who managed to get this working?

    Yes this is how I did it. Add the highlighted text to the css file gallery-plugin/css/stylesheet.css and remove: clear:both; text

    #content .gallery_box li{
    padding: 10px 10px 0 0;

    float:left; clear: none !important; list-style: none;
    }

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    the changes are correct. Do not change styles in plugins – all changes will be lost when plugin is updated, and then you will need to make the same changes again and again. It is better to change styles in the file style.css of your theme (then, updates will not change styles and corrected block will be displayed correctly according to your changes).

    Sincerely,
    Tatyana

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Gallery] Display galleries list in a row instead of a list?’ is closed to new replies.