• Resolved janpeter

    (@janpeter)


    I have bee working on a site, https://www.ramsy-lifestyle-photography.co.uk/ but there is a problem with the spacing in the custom menu, I have tried editing various bits of the CSS but cant get the sub categories to all move down so that they are separated from the main pages.

    Any help would be much appreciated, cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Increase the value for top to something like 1.6em.

    #header ul ul {
        display: none;
        float: left;
        left: 0;
        position: absolute;
        top: 1.2em;
        width: 180px;
        z-index: 99999;
    }
    Thread Starter janpeter

    (@janpeter)

    that worked a treat.
    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom menu Spacing problems’ is closed to new replies.