Viewing 2 replies - 1 through 2 (of 2 total)
  • add this to your css. adjust the pixel value on the padding to move it to the right however far you want.

    .navbar .container {
        margin: 0 auto !important;
        padding-left: 60px;
    }
    Thread Starter katybailey

    (@katybailey)

    Thank you, Mr. Case! That worked perfectly. I really appreciate your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Nav Bar Responsive’ is closed to new replies.