Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter barrylau

    (@barrylau)

    Keen as a wordpress user to reach out to the wider audience to see if anyone has experience the same issue as myself or in fact for WP to advise on a fix for the issue.

    Thanks

    The width here is messing that up:

    .photospace .gal_content, .photospace .loader, .photospace .slideshow a.advance-link {
        width: 800px;
    }

    If you want it to go below the little photos above, you also need to remove the float here:

    .photospace .gal_content {
        display: none;
        float: right;
        width: 400px;
    }

    Thread Starter barrylau

    (@barrylau)

    WPyogi many thanks for taking the time to look into my issue. I will give your suggestion a try and come back.

    Many thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Native Gallery Align messed up…’ is closed to new replies.