Home Forums Basel support forum Align lines under widget title

Align lines under widget title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8840

    Giulio
    Participant

    Hi,

    I would to center the little line under every widget title, but only on tablet and smartphone. How?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #8854

    Artem Temos
    Keymaster

    Hello,

    Add this code snippet for mobile devices and tablets to center widgets line

    .widget-title:before, .widgettitle:before {
    	left:50%;
      	margin-left:-15px;
    }
    
    .widget-title, .widgettitle {
    	text-align:center;
    }

    Regards

    #8861

    Giulio
    Participant

    Great, it works! 🙂

    #8886

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘Align lines under widget title’ is closed to new replies.