• Hello all! Very new to all of this and need your help. I have a wordpress site using the Weaver II pro theme to which I have added a thumbnail gallery to. The gallery is not centered in my content area. I have tried many fixes that were in the forums already but cannot seem to get it fixed. Im sure Im just missing something simple. Here is the gallery in question https://test2.lawrencepetfriends.com/test2/?page_id=44

    Any help would be very appreciated as this would complete my site for the time being.
    Thanks, rage

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should really ask on the Weaver forums – as they provide support for their commercial themes –

    https://forum.weavertheme.com/

    As WPyogi mentions, the weaver forum is always best, but while I am here , here we go.

    You seem to be using a plugin for your gallery, they are using the class attachment-thumbnail on the images, and this class carries a float left by default. Because of the float, the align-center property does not work.
    Normally the plugin should offer you a way to center the gallery, and that should include the proper CSS to make sure images are not floated.
    If they cant and you cannot get anywhere with them, you can override the weaver property for that gallery by putting the rule below in Advanced Options > HEad Section > Custom CSS Rule box.
    #content #gallery_617 .attachment-thumbnail {float:none !important;}

    But it would be best if the solution was provided by the plugin developer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center Thumbnail gallery’ is closed to new replies.