Home Forums Basel support forum Hidden line inside titles Reply To: Hidden line inside titles

#39477

Bogdan Donovan
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings.

body .title-wrapper.basel-title-style-bordered .liner-continer .title {
    white-space: nowrap;
    overflow: hidden;
}

body .title-wrapper.basel-title-style-bordered .liner-continer {
	display: table-row;
}

body .title-wrapper.basel-title-style-bordered .liner-continer .left-line, 
body .title-wrapper.basel-title-style-bordered .liner-continer .right-line {
	display: table-cell;
}

Regards