More space width for page content

Everything to do with Joomla! 2.5 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.
Locked
pvsub
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Feb 18, 2013 2:38 am

More space width for page content

Post by pvsub » Mon Feb 18, 2013 2:46 am

Hello -

My site in development is here

I am trying to reclaim some of that wasted white space on the right side. I was able to remove "CLOSE INFO" by commenting out a couple of sections of the index.php for Beez5.

PS I am a Joomla newbie

Thank you for your help!

PVS

User avatar
bewebdev
Joomla! Ace
Joomla! Ace
Posts: 1017
Joined: Tue Apr 17, 2012 11:28 am
Location: Lincolnshire, UK

Re: More space width for page content

Post by bewebdev » Mon Feb 18, 2013 9:40 am

You can reclaim the space by increasing the size of the div's on the page. Looking at the css of that page you have

Code: Select all

#wrapper
{
	width:53%;
	float:left;
	position:relative;

}
This specifies that the div around the main content should be 53% of the width of its container. If you change the 53% to something larger, like 78%, then it will expand to fill the rest of the space.

regards
@bewebdev ^CB
Joomla & Magento Specialists.
white label web talent
http://www.missingmojo.co.uk


Locked

Return to “Templates for Joomla! 2.5”