• Resolved PollyPirate

    (@pollypirate)


    Hello,

    Would someone be able to help me with the CSS code needed to move my .navbar-inner box. I would like it to be in a single line just above the slider in the header area. Also, how do I make it extend a little further to the left?

    I would also like CSS help with changing the color of the social media icons to match the font color #224273 and hover color #7EB3D3.

    Thanks so much in advance!

    The website I would like help with is: https://www.grenadabluewatersailing.com/test

Viewing 1 replies (of 1 total)
  • Thread Starter PollyPirate

    (@pollypirate)

    Just used this snippet:

    .brand.span3 {
    float:          none;
    margin:         auto !important;
    }
    .navbar-wrapper.clearfix.span9 {
    float:          none;
    margin:         0 auto;
    width:          90%;
    }

    and it has worked – thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Main Nav Header CSS code’ is closed to new replies.