Current date/time is March 29th 2024, 10:04 am

Search found 3 matches for submenu

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
by YanZKinG
on November 12th 2017, 5:09 am
 
Search in: Garbage
Topic: Widgets on top
Replies: 9
Views: 1221

Widgets on top side by side?

Hello there! Mr. Green
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:
by Sapho
on January 22nd 2016, 4:43 pm
 
Search in: Garbage
Topic: Widgets on top side by side?
Replies: 3
Views: 1287

Nav bar with images on Invision

It could be whitespace from another link, but try and test this :
Code:
#submenu { font-size:0 }


It'll set the font-size to 0, most likely hiding any whitespace. About the background color, you mean the navbar background, right ? Should be able to use the same selector. ( #submenu is invision's navbar selector, or id since it starts with a hash )

So, this CSS should remove the background color :
Code:
#submenu {
  background-color:transparent;
}
by Ange Tuteur
on October 3rd 2015, 1:12 pm
 
Search in: Scripts Problems Archives
Topic: Nav bar with images on Invision
Replies: 11
Views: 1067

Back to top

Jump to: