The Joomla! Forum ™






Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Fri Nov 25, 2011 8:20 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Nov 25, 2011 7:14 pm
Posts: 1
Hi,
How can i make the menu background extended as wide as as the header image ?
http://www.aprexbio.com/apx.

thanks.


Top
 Profile  
 
PostPosted: Sun Nov 27, 2011 5:46 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Sep 21, 2011 8:21 pm
Posts: 851
Location: on earth
Change the following styles in /apx/templates/beez_20/css/position.css

Remove max-width from #all
Code:
#all {
    margin: 0 auto;
    /* max-width: 1050px; */
    padding: 0;
    text-align: left;
}

Remove padding from content area
Code:
#contentarea, #contentarea2 {
    margin: 0;
    overflow: hidden;
    /* padding: 0 20px !important; */
    position: relative;
}

Add padding to class leftbigger
Code:
.leftbigger {
    padding: 0 20px;
    width: 25%;
}


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



Who is online

Users browsing this forum: No registered users and 5 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