How to show Joomla 3.1 banners side by side Updated on November 19, 2021 by Brad Markle 1 Minutes, 1 Seconds to Read As we dive deeper into another tutorial about using banners in Joomla, we will now teach you how to show your banners side by side. By default, banners are shown in div tags, which by default are block elements. Our goal in this tutorial is to turn them into inline elements instead. Does this CSS jargon not make sense? That’s OK, simply follow the steps below to show your banners horizontally instead of vertically. Log into your Joomla 3.0 admin dashboard In the top menu, click Extensions and then click Template Manager In the left menu, click Templates Next to the template you are using, click the Details and Files link Edit your template’s CSS file In our testing, we are using the Protostar template, so we clicked on the link that says Edit css/template.css. If you are using a different template, your css file may be named differently. When your template’s css file is open, add the following code to the bottom and then click the Save button in the top left: .banneritem,.banneritem .clr{ display: inline;} When you visit your site again, you will notice that your banners are now showing side by side. Default Banner Display Banners side by side after CSS update Share this Article Related Articles How to Create a Slideshow (Carousel) in Joomla 4.0 using Bootstrap How to write a blog post in Joomla 3.1 How to Use the Free Mini Frontpage Extension for Joomla 4.0 How to Change a Joomla 2.5 User’s Email Address How to Configure Joomla 2.5 to Send Email Using SMTP How to Edit a Joomla 3 Template How to install Phoca Gallery for Joomla 2.5 Creating a Menu Item for your Joomla 3 Component Changing Email Settings in Joomla 3.1 Using the Redirect Manager in Joomla 3.1