Hi,
I have a layout to display a large text in between different row (container). Refer to picture attached.
I need to sort of set or adjust the Column1 so that my label is align for every row.
How can I achieve it?
If you want a quick fix:
.columns.columns-small-left > .columns-item:first-child{
min-width: 600px;
}
You just need to change the min-width to your desired value.
Which columns are you using? 3 columns? If yes, you can try adding the following CSS:
.columns:not(.gutter-none) > .columns-item:first-child{
min-width: 800px;
Change the min-width to a width that works for you.
I hope this helps!
The column i need to adjust is the ColumnsSmallLeft widget.
Thank you very much
Hi Loy suan
Here in this screen shot there is plus icon where you can custom css like width and so on hope it solves problem
Regards
Kiran
@LOY SUAN FUH if it solved your issue please mark my answer as a solution to close this thread and label it as solved :)
Done and thank you very much