MyBB Community Forums

Full Version: Lost one of my borders!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone

I've lost one of my borders!

Changing the look of my forum and un-doing some previous tweaks but now can't bring back my left hand side borders.

Shown in this images as GREEN!

The right hand borders are there (PINK) BUT left hand is gone!

I've spent an hour in global.css and various templates but can't remember what I did previously and how to get it back!

Please help!

Best,


Phil


[attachment=34213]

Site is vwcamper.net
look at border colors used for .trow1 & .trow2 in the global.css of the theme
(edit through admin panel and edit in advanced mode)

.trow1 {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow2 {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

for the border-color you can change #fff with #ddd

remember hard refreshing browser (eg. press CTRL + F5) on forum index page after saving changes to style sheet
Thanks .m

I need the right hand border that shows to go!

So I guess I need the right hand border white too!

Any more thoughts?
please see CSS border-color property

border-color: top-color right.side-color bottom-color left.side-color


right side border for the table rows on your forum is visible to me.
can you show your requirement with a new image