WebsiteBaker Support (2.8.x) > Templates, Menus & Design

a line in the middle of the page to spread the right from the left side

(1/1)

Ogierini:
Hi guys,

I have transformed a joomla template into wb. I think it works quite ok now, but what I would like is a line in the middle of my page to spread the right from the left side. I tried it with the css command for td

--- Code: ---td {border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333333;
}
--- End code ---
but afcourse than I get a line left and right. I would like one just in the middle.....
Any Ideas????

Kind regards Irene

BerndJM:
Hi,

give the td a class

--- Code: ---<td class="left_border"> ....
--- End code ---
and style this class in the css

--- Code: ---.left_border {
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #333333;
}
--- End code ---

Regards Bernd

Ogierini:
Thanks Bernd!
It worked.
Kind regards Irene

Navigation

[0] Message Index

Go to full version