<em>@tzic 439948 wrote:</em><blockquote>H
EDIT: I managed to put it on the right side using
pull-right
but now I have a huge gap (white space) when cursor is at the top of the page. Any ideas?</blockquote>
Where would you like the sidebar to be positioned on your page?
You could try something like this . . . .
Within file path —> /templates/purity_iii/fonts/font-awesome/css/font-awesome.min.css
at line 4, modify as follows:
.pull-right {
bottom: 60px;
float: right;
}
(I believe that’s the same CSS rule you modified previously, yes?)
Is that a little better and/or more along the lines of where you wanted the sidebar placement?