XF 1.2 Spacing CSS/ Border with image

tommydamic68

Well-known member
Hello,
If anyone could help it would be greatly appreciated. I want this in my thread template - it's the border with the image. I am pretty sure it's done via CSS. Here is what I have but it's not looking like this and it's in the wrong template. this would need the <br /> between the forum bar and border as seen below on my other issue.

Code:
.titleBar
{
background: url(imagePath) no-repeat right center;1px solid #COLOR
}

Screen Shot 2013-09-25 at 6.53.06 PM.webp

Also - where would you put a <br /> in between the forum bar and notice?

Screen Shot 2013-09-25 at 6.53.29 PM.webp

Thanks.
 
Hello,
If anyone could help it would be greatly appreciated. I want this in my thread template - it's the border with the image. I am pretty sure it's done via CSS. Here is what I have but it's not looking like this and it's in the wrong template. this would need the <br /> between the forum bar and border as seen below on my other issue.

Code:
.titleBar
{
background: url(imagePath) no-repeat right center;1px solid #COLOR
}

Thanks.

try adding border: 1px solid rgba(0, 0, 0);
to your code above (adjust the color to fit)
 
Top Bottom