I want to make each one of these element is different line, without using in HTML, is block element but I have to fix its
Start by removing float: left from h1.
float: left
h1
Then add the rule:
a.view-options { display: block; }