Viewing 1 replies (of 1 total)
  • rayman3

    (@rayman3)

    Hi, my problem was to decrease the space between the navbar and the following content. So i think your problem is to increase the space.
    I solved my problem with this code in the custom-css:
    #content {
    margin-top: 0px !important;
    }
    #site-navigation {
    margin-bottom: 0px !important;
    }
    So try instead of 0px a higher number of pixels (eg. like 10px) and see what will happen. This may fix your problem.
    Greetz

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce space between navbar and social icons’ is closed to new replies.