• Hi there,

    I am traying (and crying! ?? to get my menu sticky, or even beter,only the content of the site scrolls so the header and the menu stays visable.

    I tried allready a lot of css solutions i found at this forum. Also checked everything but firevbug but i can’t figure it out.

    the site is:

    https://www.aramswebdesign.com

    A serval plugins i tried won’t work ;-(

    thanx in advance and if i can help you with something, let me no.

    [ No bumping please. ]

Viewing 1 replies (of 1 total)
  • I believe adding the following code the end of the style.css will get the effect you want

    .header-main {
        background-color: #C31111;
        padding-right: 0;
        position: fixed;
        top: 0;
        width: 1225px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘i can't get it fixed, sticky menu grrr’ is closed to new replies.