The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Tue Apr 03, 2012 2:01 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Aug 09, 2011 4:36 pm
Posts: 8
I have a module in Banner position but I want to reduce the margins - especially the bottom margin - any ideas?

www.elmgreengolfclub.ie


Top
 Profile  
 
PostPosted: Tue Apr 03, 2012 5:40 pm 
Joomla! Hero
Joomla! Hero

Joined: Sat Feb 09, 2008 8:27 am
Posts: 2132
Location: California, USA
Open the module in question and look in code mode, you will see you have an extra <p> tag under your table which is adding space.

Code:
<p><br mce_bogus="1" /></p>

Mark


Top
 Profile  
 
PostPosted: Tue Apr 03, 2012 7:49 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Aug 09, 2011 4:36 pm
Posts: 8
Oh what a simple thing it is when you know how - many thanks Markstein.
Any idea how yo get rid of the dividing line under it?


Top
 Profile  
 
PostPosted: Tue Apr 03, 2012 8:29 pm 
Joomla! Hero
Joomla! Hero

Joined: Sat Feb 09, 2008 8:27 am
Posts: 2132
Location: California, USA
Give this a shot:

Open this file:
http://www.elmgreengolfclub.ie/templates/rt_versatility4_j15/css/template_css.css

Find this code:

Code:
.maincontent-surround {overflow: hidden;}


Make the border disappear only above the content area by adding code such as:

Code:
.maincontent-surround {overflow: hidden; border-top: none !important;}


Note: This will make the border disappear above your content area on every page.

Important: Always back up your files before you edit them.

Mark


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 



Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group