inherit
252670
0
Mar 22, 2019 14:05:03 GMT -8
laurieluvsliason
I can't explain it. It's not logical. That's why it's love.
125
February 2018
laurieluvsliason
|
Post by laurieluvsliason on Sept 11, 2018 9:36:46 GMT -8
I don't know why it drives me nuts, but it does.I have been to the CSS page many times trying to adjust the padding-left for the Legend Box content. How do you get it centered on BOTH the home page & forums pages? Is there an extra bit of code I need? This is what I am working with & it either is not centered on one or the other. Thanks
.legend .content td { padding: 10px 5px; vertical-align: middle; color: #FFFFFF; }
.legend .content td:first-child{ padding-left: 300px; padding: right: 250px;}
.legend .content td * { vertical-align: middle; }
.legend .new-icon { display: block; }
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 11, 2018 9:42:37 GMT -8
Hi, laurieluvsliason. Each item in the Legend is contained within a table cell, so you need to center the table itself rather than changing the properties of the table cells.
|
|
inherit
252670
0
Mar 22, 2019 14:05:03 GMT -8
laurieluvsliason
I can't explain it. It's not logical. That's why it's love.
125
February 2018
laurieluvsliason
|
Post by laurieluvsliason on Sept 12, 2018 0:04:21 GMT -8
Thanks but eithr it centers on the home page or the forumpage. I can't get it to center on both no matter what I do
|
|
inherit
252670
0
Mar 22, 2019 14:05:03 GMT -8
laurieluvsliason
I can't explain it. It's not logical. That's why it's love.
125
February 2018
laurieluvsliason
|
Post by laurieluvsliason on Sept 12, 2018 7:53:12 GMT -8
Figured out the problem. Thanks. The code DID work!
|
|