enderboy
New Member
Making windows 10 look like windows 98
Posts: 48
inherit
269496
0
Oct 28, 2024 12:27:52 GMT -8
enderboy
Making windows 10 look like windows 98
48
June 2024
enderboy
|
Post by enderboy on Jun 1, 2024 11:15:37 GMT -8
Hi, on my forum aerorevived.boards.net there is no gap between the banner and the user bar (home profile messages ect). Is there a plugin that can change that?
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jun 1, 2024 19:30:06 GMT -8
Hi, on my forum aerorevived.boards.net there is no gap between the banner and the user bar (home profile messages ect). Is there a plugin that can change that? Moved this to the Support board since you don't need a plugin to accomplish this. How large of a gap are you wanting to have?
|
|
enderboy
New Member
Making windows 10 look like windows 98
Posts: 48
inherit
269496
0
Oct 28, 2024 12:27:52 GMT -8
enderboy
Making windows 10 look like windows 98
48
June 2024
enderboy
|
Post by enderboy on Jun 1, 2024 22:45:48 GMT -8
Hi, on my forum aerorevived.boards.net there is no gap between the banner and the user bar (home profile messages ect). Is there a plugin that can change that? Moved this to the Support board since you don't need a plugin to accomplish this. How large of a gap are you wanting to have? About 10 cm
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,530
August 2015
socalso
|
Post by Scott on Jun 2, 2024 7:21:34 GMT -8
enderboy - There are a couple ways to do this depending on how exact you want to be: Fixed gap - adding a br tag to the layout:1. Go to Admin > Structure > Layout Templates, Forum Wrapper template. 2. On line 20 you will see this: </div> 3. Change it to this: </div><br /> 4. Save layout changes See if that gives you the amount of gap you want. ORHeight options - using CSS:1. Go to Admin > Themes > Advanced Styles & CSS, Style Sheet tab 2. Scroll to the bottom of the style sheet and on a new line add this: #banner-container {margin-bottom: 20px;} You can change the 20 value to adjust the gap height. 3. Save theme changes.
|
|
enderboy
New Member
Making windows 10 look like windows 98
Posts: 48
inherit
269496
0
Oct 28, 2024 12:27:52 GMT -8
enderboy
Making windows 10 look like windows 98
48
June 2024
enderboy
|
Post by enderboy on Jun 2, 2024 10:14:23 GMT -8
enderboy - There are a couple ways to do this depending on how exact you want to be: Fixed gap - adding a br tag to the layout:1. Go to Admin > Structure > Layout Templates, Forum Wrapper template. 2. On line 20 you will see this: </div> 3. Change it to this: </div><br /> 4. Save layout changes See if that gives you the amount of gap you want. ORHeight options - using CSS:1. Go to Admin > Themes > Advanced Styles & CSS, Style Sheet tab 2. Scroll to the bottom of the style sheet and on a new line add this: #banner-container {margin-bottom: 20px;} You can change the 20 value to adjust the gap height. 3. Save theme changes. Thanks Scott
|
|