• hey guys iam having some issues. i have about 10 pics on one of my pages that are grouped together side by side. now whenever i add a caption under one image the other one drops below it. when i try to put it back in the order beside the other pic it wont move i even tried to copy and paste the image to get it to move but still no results. any help would be appreciated thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • It would help us help you if you gave us a link to the page you are working on.

    Sounds like you are not using a gallery.
    Suggest that you customise some css that encloses each pic and caption in its own div, these divs float so that they arrange accross and down the page. Within the div, the image is at the top, while the caption is in a span which is centred and below the image.
    Instead of using a div for each image+caption, you could also have each pic+caption in a li element, all grouped in a ul block.

    Thread Starter rshaw876

    (@rshaw876)

    hi iam a newbie here is the link to the page iam working on https://www.textingjokes.com/latest-jokes/

    You are fortunate that your images are of consistant width.

    Suggest that you re-code your page as a ul block of li elements, reuse the img phrases. Add your captions. Set the width of the li elements, other css to taste.

    Are you using a child theme ? If not then be sure to start now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images shift after putting in caption’ is closed to new replies.