• Resolved martal

    (@martal)


    Mosaic Gallery aligns to the left, not center, on small-width mobile (iPhone SE (5) ) and the customiser, mobile view.

    Larger sizes, iPhone 8 onwards, are OK, centered.

    Suggestions? CSS?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please search the below written code in frontend/view/BWGViewThumbnails_mosaic.php file :

    @media screen and (max-width: <?php echo esc_html($params['thumb_width'] + 100); ?>px) {
    div[class^="bwg_mosaic_thumbnails_"],
    span[class^="bwg_mosaic_thumb_spun_"] {
    width: 100% !important;
    }

    and comment “width: 100% !important;”

    Please let us know if the information helps.

    Thanks!

    Thread Starter martal

    (@martal)

    Thanks, Kima. Worked first time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small mobile portrait not centered with Mosaic gallery’ is closed to new replies.