Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #259091

    I have a client who wants the avia gallery thumbs centered below the big image. While I’m against it, I have agreed to investigate the feasibility

    #259263

    Hey randoloid!

    Thank you for using the theme!

    Yes, that is possible. Please add this on Quick CSS or custom.css:

    div.avia-gallery-thumb a {
    float: none !important;
    display: inline-block !important;
    position: relative;
    }
    
    div.avia-gallery-thumb {
    text-align: center;
    position: relative;
    width: 100%;
    }

    Cheers!
    Ismael

    #259436

    That worked perfectly, I was on the right path but this was certainly easier than trial and error.

    Thanks so much for building (and supporting) an incredible theme!

    cheers!
    randoloid

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘avid gallery thumbs centered’ is closed to new replies.