Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

nav

  1. W

    Customizing the Navigation Menu on Big Cartel?

    I'm looking to edit the navigation menu on my website and move some of the pages within a drop-down menu, so the 'shipping' and 'contact' pages are within a drop-down below the 'info' page - can anyone help with this please? Here is a link to my website: www.wonkyjam.bigcartel.com I've also...
  2. P

    HTML & CSS my menu button when clicked isn't opening the nav and it should be

    this is the code for my nav .nav { z-index: 1; width: 100%; background-color: red; display: block; position: absolute; top: 100%; } .nav ul { display: none; } and this is the code for my menu /* checkbox (for menu) */ .menu-icon-wrap { /* background color of...
  3. T

    HTML & CSS How to position footer out of nav

    I have created a basic encyclopedia page for a project. I wanted to code this page with correct formatting and then base all of my other entries off of it. I am having trouble, however, getting my footer out of the left nav bar. I want the footer to be on the bottom after everything else. Also...
Back
Top Bottom