M Matthew Hawley Well-known member Jul 1, 2013 #1 How do I get the bottom border in the middle to be the same size as the other borders? Attachments nodeinfo.webp 4.1 KB · Views: 13
TPerry Well-known member Jul 1, 2013 #2 Matthew Hawley said: How do I get the bottom border in the middle to be the same size as the other borders? Click to expand... Code: .nodeList .categoryForumNodeInfo, .nodeList { border-bottom: 1px solid rgb(240, 240, 240); } edit rgb to suit your scheme and the 1px to correspond with your other border(s) you want to match. doesn't get it? Upvote 0 Downvote
Matthew Hawley said: How do I get the bottom border in the middle to be the same size as the other borders? Click to expand... Code: .nodeList .categoryForumNodeInfo, .nodeList { border-bottom: 1px solid rgb(240, 240, 240); } edit rgb to suit your scheme and the 1px to correspond with your other border(s) you want to match. doesn't get it?
M Matthew Hawley Well-known member Jul 1, 2013 #3 Tracy Perry said: Code: .nodeList .categoryForumNodeInfo, .nodeList { border-bottom: 1px solid rgb(240, 240, 240); } edit rgb to suit your scheme and the 1px to correspond with your other border(s) you want to match. doesn't get it? Click to expand... Doesn't work. Upvote 0 Downvote
Tracy Perry said: Code: .nodeList .categoryForumNodeInfo, .nodeList { border-bottom: 1px solid rgb(240, 240, 240); } edit rgb to suit your scheme and the 1px to correspond with your other border(s) you want to match. doesn't get it? Click to expand... Doesn't work.
EQnoble Well-known member Jul 1, 2013 #4 Give me a link so I can see... However...without seeing anything other than a picture I would venture a guess at the border IS the same but you have the bottom border from one butted up against the to border for another giving the illusion that you have a large border. Upvote 0 Downvote
Give me a link so I can see... However...without seeing anything other than a picture I would venture a guess at the border IS the same but you have the bottom border from one butted up against the to border for another giving the illusion that you have a large border.