XF 1.2 Trouble with a border

Matthew Hawley

Well-known member
How do I get the bottom border in the middle to be the same size as the other borders?
 

Attachments

  • nodeinfo.webp
    nodeinfo.webp
    4.1 KB · Views: 13
How do I get the bottom border in the middle to be the same size as the other borders?
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?
 
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.
 
Top Bottom