Hidden line inside titles
-
Hi there, in your opinion why is the lines inside titles hidden on mobile? Many thanks.
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
The topic ‘Hidden line inside titles’ is closed to new replies.