DMXzone Bootstrap 3 Navigation Support Product Page

Answered

Stick Navbar to bottom of page

Asked 07 Apr 2015 00:38:38
1
has this question
07 Apr 2015 00:38:38 Christian Wilde posted:
Hi,

I chose 'Default' under Navbar Properties and that keeps it static but I get a 20px margin between it and the bottom of the page.

How can I get this navbar to stick to the bottom of the page?

www.thewisdomofthepenis.com/reminder.html

Thanks

Replies

Replied 07 Apr 2015 08:02:16
07 Apr 2015 08:02:16 Teodor Kuduschiev replied:
Hello Christian,
Just add the following rule to your css:

.navbar {
    margin-bottom: 0 !important;
}

Replied 07 Apr 2015 11:40:41
07 Apr 2015 11:40:41 Christian Wilde replied:
Worked like a charm!

Thank you Teodor

Reply to this topic