Home Forums Basel support forum Hidden line inside titles

Hidden line inside titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39438

    Giulio
    Participant

    Hi there, in your opinion why is the lines inside titles hidden on mobile? Many thanks.

    #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

    #39482

    Giulio
    Participant

    Great 🙂 Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Hidden line inside titles’ is closed to new replies.