• Resolved DavidMWright

    (@davidmwright)


    The images should appear side by side, and in visual mode they do, but when I view page they are one above the other. Why is this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • threadi

    (@threadi)

    Your theme sets unfavorable styles for this. Actually, this could be easily solved with the following CSS:

    body img {
     display: inline-block;
    }

    Insert under Appearance > Customizer > Additional CSS.

    If you want a solution to your theme, contact their support: https://spicethemes.com/support/

    Thread Starter DavidMWright

    (@davidmwright)

    Thank you very much indeed – that’s solved it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image layout problem’ is closed to new replies.