inherit
214150
0
Sept 29, 2014 19:55:09 GMT -8
adetienne
5
September 2014
adetienne
|
Post by adetienne on Sept 24, 2014 15:54:10 GMT -8
Hi,
I've been searching around to find a code for a fixed left sidebar on my site, and can't seem to find one. Maybe I'm just blind or not resourceful enough, but any help would be appreciated. : )
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 24, 2014 22:49:18 GMT -8
It's rather simple.
Just create a container and give it a class. Paste it above the $[header] variable in your Forum Wrapper template by going to Admin > Structure > Layout Templates > Forum Wrapper:
<div class="side_bar">Side bar info</div> Then add this to your Style Sheet by going to Admin > Themes > Advanced Styles & CSS > Style Sheet and paste this at the very bottom:
/* Side Bar */ .side_bar { position: fixed; top: 0px; left: 0px; width: 200px; height: 500px; background-color: #f8f8f8; padding: 10px; }
You can of course mess with the styling and positioning until you get what you want.
|
|
inherit
215984
0
Dec 25, 2014 11:46:31 GMT -8
jax101
3
November 2014
jax101
|
Post by jax101 on Dec 22, 2014 14:25:36 GMT -8
i have this code but wish to add another banner below the one i have placed using the above code, how would i go about this? soaepoch.boards.net/thanks
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 22, 2014 15:07:40 GMT -8
Another... banner? Sorry- I do not follow.
|
|
inherit
215984
0
Dec 25, 2014 11:46:31 GMT -8
jax101
3
November 2014
jax101
|
Post by jax101 on Dec 23, 2014 5:21:01 GMT -8
Sorry iv obviously called it the wrong thing, I'm new to this. I used the code you posted above to make the left side bar and added a game tracker code to make the thing ony my website (see link)
But I need to place another just underneath the one I already created, is this possible?
|
|
inherit
215984
0
Dec 25, 2014 11:46:31 GMT -8
jax101
3
November 2014
jax101
|
Post by jax101 on Dec 23, 2014 5:26:10 GMT -8
Or one on the right if that's possible
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 23, 2014 7:49:09 GMT -8
You can place multiple things within the <div class="side_bar">Side bar info</div>, not just one thing.
|
|
dogsbowlucks
New Member
Never look down on anyone unless it is to help them up.
Posts: 33
inherit
217580
0
Jan 23, 2016 1:40:38 GMT -8
dogsbowlucks
Never look down on anyone unless it is to help them up.
33
January 2015
dogsbowlucks
|
Post by dogsbowlucks on Jan 21, 2015 5:14:41 GMT -8
Hi As a noob also i downloaded the Sidebar Redux from the plugins, after being recommended, and have to say it is absolutely brilliant for everything you want to include and move. Iv been playing around with it for a few days and have now achieved the look i required.
|
|