Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 21, 2013 16:46:26 GMT -8
Hey I'm looking for pretty much exactly what the title says... How would I change the padding around the board descriptions? Like... adding and subtracting margins and stuff. To be honest I'm pretty much just looking for the ID for editing in the CSS Style Sheet. Would I use $board.description? Or #board.description? Or.... am I completely off track haha. xD Thanks!
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 21, 2013 18:37:29 GMT -8
Hey I'm looking for pretty much exactly what the title says... How would I change the padding around the board descriptions? Like... adding and subtracting margins and stuff. To be honest I'm pretty much just looking for the ID for editing in the CSS Style Sheet. Would I use $board.description? Or #board.description? Or.... am I completely off track haha. xD Thanks! Should just be .description But it'd show as something like .board .description Be very careful when editing the description though, because that description has the same class/id as the description located in the profile. You know, the bits that say, for example "here you can edit your username". So be very very careful. I made this mistake before haha.
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 22, 2013 11:36:42 GMT -8
Okay, so that didn't do anything apparently haha. infinite.boards.net/I'm trying to remove the padding/margin on the left side of the image (which is the board's description).
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 23, 2013 10:54:07 GMT -8
*Bump*
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 24, 2013 9:47:13 GMT -8
*Bump*
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 25, 2013 12:01:41 GMT -8
Nevermind! While waiting, I decided to change the layout, so I no longer need to know this.
However, if someone could tell me how I could blockquote all the board descriptions... or add padding... however you would do that. Please let me know! <3
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 26, 2013 11:59:43 GMT -8
Bump?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 26, 2013 12:37:27 GMT -8
Nevermind! While waiting, I decided to change the layout, so I no longer need to know this. However, if someone could tell me how I could blockquote all the board descriptions... or add padding... however you would do that. Please let me know! <3 On line 143 in your style sheet you should see: .description { color: @description_color; font: @description_font; } change it to: .description { color: @description_color; font: @description_font; margin-left: 10px; padding: 5px; } Adding the red bits above Edit: Just to say, if it isn't on that line, use ctrl+f and search for .description, it will find it easily
|
|
Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Apr 26, 2013 14:01:05 GMT -8
Aha! So it's the same exact thing I was going to do anyway. *headdesk*
Thank you so much!
|
|