• Resolved VDattaraj

    (@prof-dsvidyasagar)


    I am having quite a new problem with the default gallery of WP.

    Please note that I don’t use Jetpack.

    When I use the default gallery of WordPress, the images are shown and aligned correctly but their captions are shifted by some amount and do not align properly i.e. below the relevant images.
    You can check such problem on my website at this link for an example.
    I tried to put images in different number while inserting the gallery in the post, with no luck.
    Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thesis is a commercial theme, you better ask the developer/seller about your problem.

    You can overcome this by using CSS.

    margin:auto for img tag.

    img{
    height: auto;
    margin: auto;
    }

    I tried for your page it’s working. just try it

    Thread Starter VDattaraj

    (@prof-dsvidyasagar)

    img{
    height: auto;
    margin: auto;
    }

    This works very fine.
    Thank you so much Jaykumar.

    Now so far as the reply of ‘staartmees’ is concerned, may I say that you should have read the complete message that I had written. This problem doesn’t have to do anything with THESIS.
    Its the default CSS problem, I think, within WP, which is now corrected.

    Thanks Jaykumar, again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New Problem with Default Gallery of WP’ is closed to new replies.