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
Alternative way:
Remove float:left; in h1 and display: inline-block; in a.view-options
float:left;
h1
display: inline-block;
a.view-options
Then add
h1:after, a:after { content:"\a"; white-space: pre; }
See http://jsfiddle.net/8my6q/