Devider Line - Custom width
Hey i need some help with the divider line. I use the devider as a shortcode in a columnsection (muffin builder). ( shown below)
I want to change the width of the line, because the "narrow" option is to short and the other "defult and width" option goes over the complete column.
And i want that it stops a little bit after the h1 tag, so i need my on width in px.
Can you help me with that?
<p><h1>TITEL IN CAPITALS HERE</h1></p>
[hr height="5" style="default" line="default" themecolor="1"]
Fusce ut velit laoreet, tempus arcu eu, molestie tortor. Nam vel justo cursus, faucibus lorem eget, egestas eros. Maecenas eleifend erat at justo fringilla imperdiet id ac magna. Suspendisse vel facilisis odio, at ornare nibh. In malesuada, tortor eget sodales mollis, mauris lectus hendrerit purus, porttitor finibus eros lorem eget mauris. Curabitur lacinia enim at ex blandit, vel pellentesque odio elementum.
Comments
then you will need to use a hr line but with HTML, not a shortcode.
<hr style="width:200px; background:red;" />
thanks
In this case this will target all HR element in the single portfolios: