Welcome, Guest
Please Login or Register.    Lost Password?

change layout blackbear 1.5
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: change layout blackbear 1.5
#420
change layout blackbear 1.5 4 Years, 3 Months ago Karma: 0
Hi I really love the theme, but is there a way to get rid of the side menu and open up the entire space? reason be, I need to wrap forums, a gallery and calendar, and with the menu it has to use scroll bars. I would also like to center the top menu buttons.

Thanks
chris.raighn
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#433
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 41
Hi,

Do you want to remove it completely?

We're working on a collapsible sidebar version so you can have it some pages and not on others. Not ready yet though as we have a tonne of stuff to do.

If you simply want to remove the sidebar completely just remove this from your css:

#left {
float: left;
width: 166px;
position: relative;
}

And then make your #content div wider to take up the space.

We have removed 166px on the left so well ad this to width: 638px; making it 804px if my math is ok? Like the below:

#content{
width: 804px;
float: right;
padding-top: 5px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 14px;
}

You may find you can remove some of the left padding also and add this to the total width.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#435
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 41
To center the nav try adding this to #Nav

margin-left:auto;
margin-right:auto;
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#439
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 41
oh and you should remove the div id left and everthing in it from index.php
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#461
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 0
oh and how do you remove the "Welcome to the Frontpage" off of the frontpage. in Joomla 1.0 i knew how to do it...
chris.raighn
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#462
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 0
It worked!! Thank you it's slowly becoming what we need. Oh I hope you don't mind...I slightly edited the body.png to get rid of the left menu line. Now as far as template editing goes, can i tweak the shades of grey to match the rest of my site?
chris.raighn
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#463
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 41
no problem - change it as much as you need to
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#464
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 41
To edit the frontpage title go to menu manager and choose home - edit Parameters - System
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
#465
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 0
ok slight problem: at the bottom of the page, the footer is split up in half or tiled? check it out to see:

http://avdubs.org/jos/
chris.raighn
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#466
Re:change layout blackbear 1.5 4 Years, 3 Months ago Karma: 41
hmmm not sure how that happened...

you should set footer to have the width of the rest of the site (the container around the top part) and then give it:

margin-left:auto;
margin-right:auto;

this will center it.
Big Bear
Administrator
Posts: 1004
graph
User Offline Click here to see the profile of this user
Joomla Templates
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear