changes were made to the ryf theme so that the "container" class is set
in html, via the theme configuration system, the header was set to
"static top", and the footer is expanded to full width via the css in
this commit.
color: #FFF;
}
+/* full page width of footer */
+.footer {
+ position: absolute;
+ left: 0;
+ right: 0;
+ width: 100%;
+}
+
.footer a { color: #edd400; }
.footer a:hover { color: #FFF; }
(function($){
$(document).ready(function(){
- // Fixing hack to main-containe width Layout
- $(".main-container").addClass("container");
- $(".main-container").removeClass("container-fluid");
// expand top menu by default in mobile view
$("#navbar-collapse").addClass("in");