380
Views
2
Comments
Solved
Columns Border
Question

Hi all!

I have a structure (image attached) with two columns and I'm trying to set a border to include both columns together.

With the property "UseBorder" I can only have it individually for each column.

Any thoughts on how to do this? Or if it is possible? 

Thanks a lot!


Borders.png
2019-05-21 14-15-19
João Vasconcelos Dias
Solution

Balu wrote:

Hi Joao,

Can you put this widget in the container(html div), and make style to div to make a border, like

css:

.divborder {

border: 1px solid #333;

}

can you try this.


Thanks,

Balu

It worked!

Thanks a lot!


2017-03-03 12-48-17
Balasubramanian Prakasam

Hi Joao,

Can you put this widget in the container(html div), and make style to div to make a border, like

css:

.divborder {

border: 1px solid #333;

}

can you try this.


Thanks,

Balu

2019-05-21 14-15-19
João Vasconcelos Dias
Solution

Balu wrote:

Hi Joao,

Can you put this widget in the container(html div), and make style to div to make a border, like

css:

.divborder {

border: 1px solid #333;

}

can you try this.


Thanks,

Balu

It worked!

Thanks a lot!


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.