I need to create footer which will be just like small orange bar, and I need to make it responsive, I mean when I resized my window everything should be ok. How can I do that?
<footer id="footer" role="contentinfo">
<p class="powered-by">
#language ("powered-by German")
</p>
</footer>
This is my <footer>
tag in portal_normal.vm
In my
custom.css
I write this:and get orange centered footer.
To make your
footer
responsive, you can use Liferay supported Twitter Bootstrap classes, aided by your own custom styles controlled through media queries incustom.css
of theme:Example:
Liferay Reference