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

    (@bestwebsoft)

    Hi,

    We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.

    Regards,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Linda,

    To have gallery albums displayed in a row, please add the following code to the CSS file of your theme:

    .page-template-gallery-template-php .gallery_box ul {
    overflow: hidden;
    }
    
    .page-template-gallery-template-php .gallery_box ul li {
    float: left;
    clear: none;
    }

    Regards,
    BestWebSoft Support Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Working on Styles’ is closed to new replies.