How to display images in same row

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
Gunji
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Jul 01, 2016 9:09 pm

How to display images in same row

Post by Gunji » Fri Jul 01, 2016 9:44 pm

How do I display 3 images next to each other in a row?

As you can see there is only one image in every row below "Gratis Artisteer templates/skabeloner"
No matter what I do, the images won't show in the same line.
http://billig-hjemmeside.nu

User avatar
ranwilli
Joomla! Master
Joomla! Master
Posts: 19203
Joined: Sun Feb 19, 2006 6:47 pm
Location: Toledo, OH
Contact:

Re: How to display images in same row

Post by ranwilli » Sat Jul 02, 2016 1:21 am

They are currently enclosed in paragraph tags, so I don't doubt you can't get them to display 3 in a row.

MAYBE this will work:

Code: Select all

<div class="row">
     <div class="span4"><p>your image code</p></div>
     <div class="span4"><p>your image code</p></div>     
     <div class="span4"><p>your image code</p></div>
</div>

and so on...
Don't HACK the Joomla! core, Instead "Extend" and/or "Override."
Stay ON the update path.
https://harpervance.com

Gunji
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Jul 01, 2016 9:09 pm

Re: How to display images in same row

Post by Gunji » Sat Jul 02, 2016 11:28 am

No sorry, doesn't work

Gunji
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Jul 01, 2016 9:09 pm

Re: How to display images in same row

Post by Gunji » Sat Jul 02, 2016 5:33 pm

I removed the paragraphs and it is working like I wanted. Thanks for leading me the right way.


Locked

Return to “Templates for Joomla! 3.x”