Current date/time is June 9th 2023, 3:26 am
Search found 2 matches for gfooter
Widgets on top
Hi, is this possible to put the widgets on top of the forum ? because its kinda annoying widgets appear all the time on the side. I want the widgets to appear on the top and only appear on Home. Please help me out please Thank you in advance.Edit: update
I found this code
/* Michael_vx */
#content-container div#container {
width: auto;
float: none;
margin-left: auto;
}
#content-container div#main {
margin-right: auto;
margin-bottom: auto;
}
#content-container div#left {
width: auto;
float: none;
margin-left: auto;
}
#content-container div#right {
width: auto;
float: none;
margin-left: auto;
}
#main {
width: 990px;
}
#gfooter {
width: 990px;
}
#logostrip {
width: 990px;
}
#submenu {
width: 990px;
}
#userlinks {
width: 935px;
}
/* Michael_vx */
it did put the widgets on top, but its inline i want it to be side by side to each other, Please help i'm almost there
- on November 12th 2017, 5:09 am
- Search in: Garbage
- Topic: Widgets on top
- Replies: 9
- Views: 1125
Widgets on top side by side?
Hello there!
My forum is punBB and I used a code to put the widgets on top of the forum and it works but they appear one under another and I want them to be side by side in a single row on top of the forum.
This is the code I used:
- Spoiler:
- #content-container div#container {
width: auto;
float: none;
margin-left: auto;
}
#content-container div#main {
margin-right: auto;
margin-bottom: auto;
}
#content-container div#left {
width: auto;
float: none;
margin-left: auto;
}
#content-container div#right {
width: auto;
float: none;
margin-left: auto;
}
#main {
width: 990px;
}
#gfooter {
width: 990px;
}
#logostrip {
width: 990px;
}
#submenu {
width: 990px;
}
#userlinks {
width: 935px;
}
- on January 22nd 2016, 4:43 pm
- Search in: Garbage
- Topic: Widgets on top side by side?
- Replies: 3
- Views: 1127