1. dlw1433
  2. Commercial Templates
  3. Monday, 26 August 2013
  4.  Subscribe via email
Hi Ciaran,

I'm having an issue with module display. Instead of them displaying in the A, B, C, D positions, they are stacking one on top of the other. I'm using the Clarity template and have been editing the CSS but mostly tweaking padding, margins, colors and fonts. That said, it's entirely possible that I messed something else up???

There are two places where I'm having trouble... the bottom of the page where there are placeholders and a brochure which are set to display on all pages. And this page... http://50.87.144.123/~ubj/index.php/fleet. I think it will be obvious when you see. The modules are set in the A, B, C, D positions and should go across the page. I've tried several different module types and none are working as expected.

If you have a minute, could you take a look and let me know what you think?

I've emailed you Admin credentials to get in the back end.

Thanks in advance for your assistance!... Dianne
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dianne

Thank you for the access details. The issue turned out to be due to a lone semicolon, or the lack of in this case. In your template.css you had the following..


.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
float: left
margin-top: -34px;
}


I have changed this to...


.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
float: left;
}


I removed the margin-top as it wasn't functioning and looked strange on your site when the semicolon was added.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Ah... I haven't made that mistake in a while but I did figure it was "human error" on my part. Thank you for finding the missing semicolon and putting it back where it belongs. Things look much nicer now... ~;-)

Take care... Dianne
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok