• I have 3 images on http://www.amazingecoproducts.com/products.

    I created them without captions and they displayed fine – on one line.

    When I added captions they display one per line, and show vertically. I don’t want that, I want them to stay on one line.

    I looked at the code, but nothing seems to force them to a new line.

    How can I make them show on one line and how do I have the borders removed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi.,

    Just paste this code on your theme folder style.css file

    .wp-caption {
      display: inline-block !important;
    }
    Thread Starter pranaman

    (@pranaman)

    Hi Rajan,

    Awesome, it worked! Thank you.

    What kinds of things should I study so I know this?

    I know of w3schools, lynda.com, codeacademy.com.

    What are some good resources to know this kind of thing?

    Thankyou Pranaman.,

    I recommend w3schools but its does not have all things. Just practice yourself with Dreamweaver

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Position Changes After Caption Added’ is closed to new replies.