inherit
218264
0
Jun 12, 2015 7:17:55 GMT -8
No Show
8
January 2015
noshow
|
Post by No Show on Jan 29, 2015 12:34:22 GMT -8
Yeah sure. Here is the site link
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 29, 2015 12:45:58 GMT -8
Yeah sure. Here is the site linkI increased the width manually in my browser and the width of the boards expanded along with it. Are you expanding the width of the forum by the width of the sidebar? Which section of the forum isn't showing correctly?
|
|
inherit
218264
0
Jun 12, 2015 7:17:55 GMT -8
No Show
8
January 2015
noshow
|
Post by No Show on Jan 29, 2015 12:49:43 GMT -8
No, I went into the style css and increased the board width there in hopes it would just make everything wider so it didn't look squished together when looking at it. I'm trying to set it up so that the boards are as wide (or rather close to) as they were without the sidebar.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 29, 2015 12:55:07 GMT -8
No, I went into the style css and increased the board width there in hopes it would just make everything wider so it didn't look squished together when looking at it. I'm trying to set it up so that the boards are as wide (or rather close to) as they were without the sidebar. All you should have to do is go into Themes > Colors & Theme Creator and increase the width there by roughly 250px. The boards will be nearly the same width as they were previously. No additional CSS should be required.
|
|
inherit
218264
0
Jun 12, 2015 7:17:55 GMT -8
No Show
8
January 2015
noshow
|
Post by No Show on Jan 29, 2015 12:58:23 GMT -8
Did that and all it did was move the category titles over to the right of the page. Didn't actually fix the width of the site at all. Would that mean there is something amiss in the coding?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 29, 2015 13:01:15 GMT -8
Did that and all it did was move the category titles over to the right of the page. Didn't actually fix the width of the site at all. Would that mean there is something amiss in the coding? I found out what it was. You've got a second width declaration for the wrapper on line 1551 of Themes > Advanced Styles & CSS > Style Sheet. That's overriding any width you specify in the theme settings. Removing the width property from that line should allow you to control it normally.
|
|
inherit
218264
0
Jun 12, 2015 7:17:55 GMT -8
No Show
8
January 2015
noshow
|
Post by No Show on Jan 29, 2015 13:02:50 GMT -8
So should I just delete that entire line of code then?
EDIT:: Nevermind. I removed it and saw that it helped solve the problem. That's a million.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 29, 2015 13:07:01 GMT -8
So should I just delete that entire line of code then? Up to you. You only really need to delete width: ###px; from that particular line.
|
|
inherit
218264
0
Jun 12, 2015 7:17:55 GMT -8
No Show
8
January 2015
noshow
|
Post by No Show on Jan 29, 2015 13:28:03 GMT -8
Thanks for the help. Much appreciated.
|
|
CJ
New Member
Posts: 31
inherit
218284
0
Mar 17, 2020 15:01:20 GMT -8
CJ
31
January 2015
workerbee
|
Post by CJ on Jan 30, 2015 7:09:08 GMT -8
You've probably been asked this a lot, but I'm trying to use this to make a little staff bar on the side. I've been looking all over for the right code to use to add in pictures and links, but I haven't been able to find it. Wolves of the Beyond
|
|
CJ
New Member
Posts: 31
inherit
218284
0
Mar 17, 2020 15:01:20 GMT -8
CJ
31
January 2015
workerbee
|
Post by CJ on Jan 30, 2015 7:24:41 GMT -8
Oh actually I found out what I was doing wrong. I was trying to use CSS instead of HTML.
Thanks anyways!
|
|
buda
New Member
Posts: 11
inherit
218362
0
Feb 4, 2015 10:02:14 GMT -8
buda
11
February 2015
buda
|
Post by buda on Feb 1, 2015 15:57:05 GMT -8
This has probably been answered, but the thread is 100 pages long, sorry :]
Can someone please tell me the code and its placement for making the links in the sidebar redux open in new tab?
Thanks!
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 1, 2015 15:59:23 GMT -8
This has probably been answered, but the thread is 100 pages long, sorry :] Can someone please tell me the code and its placement for making the links in the sidebar redux open in new tab? Thanks! Add a target="_blank" attribute to your link HTML. Example: This will work on any HTML link and isn't exclusive to this plugin.
|
|
buda
New Member
Posts: 11
inherit
218362
0
Feb 4, 2015 10:02:14 GMT -8
buda
11
February 2015
buda
|
Post by buda on Feb 1, 2015 16:15:24 GMT -8
Working, tnx!
|
|
buda
New Member
Posts: 11
inherit
218362
0
Feb 4, 2015 10:02:14 GMT -8
buda
11
February 2015
buda
|
Post by buda on Feb 2, 2015 16:34:21 GMT -8
Is there a way, to edit Style 2 (No title bar, inner border color)? I would like to make the inner border transparent, so that only the content is visible, nothing else.
|
|