MyBB Community Forums

Full Version: Line at style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want set a line at my style like as here:
[Image: 1dHUHCs.png]

It's a small line nearly bg and white color. Any got a ide how can I set it on my style? Thank you.
Add solid border of 1px to the container.

Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css>Simple Mode>#Container

In extra attributes, add the following:

border: 1px solid #FFFFFF;
I think he wants a coloumn to seperate the forum icons.
(2013-10-03, 04:13 AM)Bala Wrote: [ -> ]I think he wants a coloumn to seperate the forum icons.

Nope. The OP just wants to add a border.

Quote:It's a small line nearly bg and white color.
(2013-10-03, 03:54 AM)Arbaz Wrote: [ -> ]Add solid border of 1px to the container.

Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css>Simple Mode>#Container

In extra attributes, add the following:

border: 1px solid #FFFFFF;
Thank you for much, +1 at rep.