Position the Navbar at the bottom-left corner

I am currently working on a website and have a vertical left navigation. I would like to know how I can move the navigation links to the bottom left corner only on desktop, similar to the image below:

https://i.sstatic.net/vmuhb.jpg

<header class="span3">
            <div class="affix">
                <div class="navbar span3">
                    <div class="navbar-inner">
                        <a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
                            <i class="icon-reorder"></i>
                        </a>
                        <a class="brand span2" href="index.html">
                            <img alt="" src="img/logo.png">
                        </a>
                        <nav class="nav-collapse collapse">
                            <ul class="nav">
                                <li class="nav-home active"><a href="index.html">Home</a></li>
                                <li class="nav-about"><a href="philosophie.html">Philosophie</a></li>
                                <li class="nav-services"><a href="menu.html">Menu</a></li>
                                <li class="nav-team"><a href="team.html">Team</a></li>
                                <li class="nav-reservation"><a href="reservation.html">Reservation und Öffnungszeiten</a></li>
                                <li class="nav-private"><a href="private-dining.html">Private Dining</a></li>
                                <li class="nav-kontakt"><a href="contact.html">Kontakt und Anreise</a></li>
                            </ul>
                        </nav>
                    </div><!-- /navbar-inner -->
                </div><!-- /navbar -->
                 <!-- <aside class="span3 text-center hidden-phone">
                    <ul class="social inline">
                        <li><a class="btn btn-small" href="#"><i class="icon-facebook"></i></a></li>
                        <li><a class="btn btn-small" href="#"><i class="icon-twitter"></i></a></li>
                        <li><a class="btn btn-small" href="#"><i class="icon-linkedin"></i></a></li>
                    </ul>        
                </aside> -->
            </div><!-- /affix -->
        </header>

Answer №1

@media(min-width:1024px)
{
/* custom styling for desktop view */
}

Similar questions

If you have not found the answer to your question or you are interested in this topic, then look at other similar questions below or use the search

Ways to submit radio button and checkbox choices? Managing form with the help of php and javascript

I'm struggling to add radio buttons and checkboxes to my HTML form in a way that the selections get posted correctly. The form is managed by PHP and JavaScript. Despite my efforts, I can't seem to make these additions work. Here's the code ...

The base64String in MVC4 appears correctly in View.cshtml, but when viewed in a browser, extra characters are added and the image becomes unviewable

I've encountered a strange issue that seems like it should be straightforward. Within my ViewModel, I have a collection of base64 strings that I loop through and load into an HTML image element. However, once the browser finishes loading, all I can s ...

Tips for maintaining the original height of an image within an <img> element using HTML and CSS

I am facing an issue with a grid where I add grid-items, and then use the thumbnail class to provide dimensions to the thumbnail. When I insert an image into the <img> tag, it alters the height dimension, which is not desirable. I want the thumbnail ...

Can you explain the distinction between using .hover and :hover?

Recently, I came across some CSS code that was written by someone else and it contained the following: li.hover, li:hover { } This made me curious - is there a distinction between .hover and :hover in CSS? Could it be possible that certain browsers inte ...

Issue with HTML and CSS Grid alignment coupled with CSS syntax error on RBRACE

I'm in the process of updating my website indexes and decided to incorporate grids. However, when attempting to implement grids using Dreamweaver, I encountered several issues. Firstly, an error message appeared stating "Expected RBRACE at line 72, co ...

a label placed in a random location on the webpage

I am experiencing an issue on our website that uses a WordPress theme called Flat. Whenever we add a new page, there is an 'a' tag that appears to surround the entire page. This tag is not visible in the editor, leading me to believe it is being ...

Issue with nested view not appearing in UI-Router injection

My main index.html file has a ui-view tag where I inject a primary template file called home.html. The home.html file contains a nested ui-view tag that should display different content based on the current route. Despite following the official ui-router ...

Is there a glitch or a misinterpretation of the specifications concerning the use of relative padding

VIEW DEMO At times, I like to create a square (or any rectangle) that maintains its ratio regardless of size, using a technique similar to this method. My Objective: To prevent the square from extending beyond the viewport on devices with limited heigh ...

a step-by-step guide on refreshing your site's favicon with a touch of Vimeo

I'm intrigued by the dynamic favicon on Vimeo that displays a pie chart indicating the progress of video uploads. Can anyone provide guidance on how to develop something similar? ...

What is the best way to serve a .ttf file in node.js with the http and fs libraries?

I am running a basic node server and I have a CSS file that is trying to load a font from the server: @font-face{ font-family: 'NiagaraSolid-Reg'; src: url('http://localhost:1111/NIAGSOL.TTF'); } This is my attempt at servin ...

Stop images within contenteditable divs from being easily dragged and dropped into unrelated div elements

In order to maintain data integrity, I have implemented a rule where users are allowed to drag images within a specific div. Later on, I need to retrieve the positions of these images within the div. However, it is crucial for my business requirements tha ...

How can we customize HTML images without allowing third-party JavaScript to enlarge them?

I am using Blogger to host my website and I have a basic knowledge of HTML and CSS. I want to incorporate a collaborative add-your-link feature using SimplyLinked. However... They provided me with the following HTML: <script type="text/javascript" src ...

The HTML library SimpleLinkExtor is replacing the character Ç with %C7 in a hyperlink

I have been utilizing HTML::SimpleLinkExtor to extract links from the following page: Everything works perfectly fine, except when encountering a link with the character 'Ç', it gets converted to %C7. Consequently, using this modified link in ...

Establish a constant height while maintaining the original width dimensions

Is there a way to make an image maintain a specific height while also adjusting its width according to the user's screen size? Below is the CSS for the image: #cafe { max-width: 100%; height: 700px; } See the resulting output: https://i.sstatic ...

Change the font weight to bold for the selected item in the Javascript menu, and

I am working on an ASP MVC application that includes a menu with JavaScript functionality to navigate between pages. Currently, when I click on a menu item, it becomes bold and remains bold even when another menu item is selected. This results in all menu ...

HTML: Hover effect does not work for icons when hovered alongside anchor elements within a list item

I wanted to add a special effect to my navigation list items: When the mouse hovers over the anchor tags of the list items (or even in the active state), I wanted the image in the <span> to be replaced with a colored version of the image. The color o ...

The bottom border of the check boxes is not displaying in Internet Explorer

https://i.stack.imgur.com/EAkMC.pnghttps://i.stack.imgur.com/ysU1R.png While the checkboxes function correctly in Chrome, they are experiencing issues in Internet Explorer. Below is the HTML code being used: <div class="patient-div-w" style="width: 9 ...

Leveraging templates for many pages in a Meteor project

Before discovering Meteor, I was developing a web app that required multiple pages. To create buttons for tasks such as signing up, I used the following code with Bootstrap: <a href="../signUp.html" class="btn btn-lg btn-default">signup</a> N ...

The database is not receiving the information submitted through the form

Having recently worked on a website for a friend, I encountered an issue with a particular form. After clicking a button that directs to a URL containing the form, completing the form and hitting submit does not return users to home.php as expected. Inst ...

Prevent Second Division from wrapping around floated Division

I am running into a minor issue with the positioning of a div in my current project. +------------------------+ |+-------+ ~~~~ TITLE| <--how can I prevent text from wrapping around || | ~~~~~~~~~~~~~ |\ on the left ...