Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Center gallery thumbnails

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #197848
    jknetdesign
    Participant

    This theme has a lot of break points. How can I center this gallery dynamically so it’s not left justified?
    http://lmafilmandvideo.com/videos/

    I did find a selector that centered them on iPhone portrait but I need help improving the grid on the desktop breakpoints.

    #197862
    Paulie_D
    Member

    For centering, don’t use floats…use inline-block and then use text-align:center on the parent.

    #198027
    jknetdesign
    Participant

    I tried to apply these rules. It worked on Firebug but when I applied.
    .fg-panel {
    text-align: center !important
    }
    ul.fg-thumbHolder {
    display: inline-block !important
    }

    #198290
    jknetdesign
    Participant

    Paulie, thanks again.
    I refreshed cache and it works!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.